DicomObjects.NET Core Documentation
DicomObjects Namespace / ReadBehaviours Class / BlankTransferSyntax Property



In This Topic
    BlankTransferSyntax Property
    In This Topic
    A default transfer syntax value for DicomObjects when reading DICOM image with missing transfer syntax value.
    Syntax
    'Declaration
     
    
    Public Property BlankTransferSyntax As String
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As String
     
    instance.BlankTransferSyntax = value
     
    value = instance.BlankTransferSyntax
    public string BlankTransferSyntax {get; set;}
    public:
    property String^ BlankTransferSyntax {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The default value of this property is copied from the BlankTransferSyntax value of the internal registry, which in turn has a default value of 1.2.840.10008.1.2.1

    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