DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / IncludeInPresentationState Property



In This Topic
    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);
    }
    Remarks
    Default value is True. Set the value to false to stop the DicomLabel from being included in the PresentationState.
    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