DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / OnExport Method
The DicomDataset within the presentation state representing this particular label
The UsePrivate parameter from CurrentToPresentationState .



    OnExport Method
    Allows control of Export of objects derived from a DicomLabel
    Syntax
    'Declaration
     
    Public Overridable Sub OnExport( _
       ByVal LabelDataSet As DicomDataSet, _
       ByVal UsePrivate As Boolean _
    ) 
     
    'Usage
     
    Dim instance As DicomLabel
    Dim LabelDataSet As DicomDataSet
    Dim UsePrivate As Boolean
     
    instance.OnExport(LabelDataSet, UsePrivate)

    Parameters

    LabelDataSet
    The DicomDataset within the presentation state representing this particular label
    UsePrivate
    The UsePrivate parameter from CurrentToPresentationState .
    Remarks
    This routine is called afterDicomObjects has added its own private attributes
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also