IncludeInPresentationState Property
This property controls whether the DicomLabel goes into the
PresentationState or not when one of the
CurrentToPresentationState methods is used.
public bool IncludeInPresentationState {get; set;}
public:
property bool IncludeInPresentationState {
bool get();
void set ( bool value);
}
'Declaration
Public Property IncludeInPresentationState As Boolean
'Usage
Dim instance As DicomLabel
Dim value As Boolean
instance.IncludeInPresentationState = value
value = instance.IncludeInPresentationState
Target Platforms: .NET CLR 4.0 or higher