DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / IncludeInPresentationState Property






    IncludeInPresentationState Property
    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 System.Boolean
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.IncludeInPresentationState = value
     
    value = instance.IncludeInPresentationState
    Remarks
    Default value is True. Set the value to false to stop the DicomLabel from being included in the PresentationState.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also