In This Topic
Allows control of Export of objects derived from a DicomLabel
Syntax
'Declaration
Public Overridable Sub OnExport( _
ByVal As DicomDataSet, _
ByVal 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 ,
System.bool
)
public procedure OnExport(
: DicomDataSet;
: System.Boolean
); virtual;
public function OnExport(
: DicomDataSet,
: System.boolean
);
public: virtual void OnExport(
DicomDataSet* ,
System.bool
)
public:
virtual void OnExport(
DicomDataSet^ ,
System.bool
)
Parameters
- LabelDataSet
-
The DicomDataset within the presentation state representing
this particular label
- UsePrivate
- The UsePrivate parameter from CurrentToPresentationState .
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also