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