DicomObjects.NET8 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 Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomLabel
    Dim LabelDataSet As DicomDataSet
    Dim UsePrivate As Boolean
     
    instance.OnExport(LabelDataSet, UsePrivate)
    public virtual void OnExport( 
       DicomDataSet LabelDataSet,
       bool UsePrivate
    )
    public:
    virtual void OnExport( 
       DicomDataSet^ LabelDataSet,
       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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also