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

In This Topic
    OnExport Method
    In This Topic
    Allows control of Export of objects derived from a DicomLabel
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnExport( _
       ByVal LabelDataSet As DicomDataSet, _
       ByVal UsePrivate As System.Boolean _
    ) 
    public virtual void OnExport( 
       DicomDataSet LabelDataSet,
       System.bool 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.8 or higher

    See Also