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 _
    ) 
    'Usage
     
    
    Dim instance As DicomLabel
    Dim LabelDataSet As DicomDataSet
    Dim UsePrivate As System.Boolean
     
    instance.OnExport(LabelDataSet, UsePrivate)
    public virtual void OnExport( 
       DicomDataSet LabelDataSet,
       System.bool UsePrivate
    )
    public procedure OnExport( 
        LabelDataSet: DicomDataSet;
        UsePrivate: System.Boolean
    ); virtual; 
    public function OnExport( 
       LabelDataSet : DicomDataSet,
       UsePrivate : System.boolean
    );
    public: virtual void OnExport( 
       DicomDataSet* LabelDataSet,
       System.bool UsePrivate
    ) 
    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