Allows control of Export of objects derived from a DicomLabel
public procedure OnExport(
: DicomDataSet;
: System.Boolean
); virtual;
public function OnExport(
: DicomDataSet,
: System.boolean
);
'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)
Parameters
- LabelDataSet
-
The DicomDataset within the presentation state representing
this particular label
- UsePrivate
- The UsePrivate parameter from CurrentToPresentationState .
Target Platforms: .NET CLR 4.8 or higher