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 System.String
'Usage
Dim instance As ReadBehaviours
Dim value As System.String
instance.BlankTransferSyntax = value
value = instance.BlankTransferSyntax
public System.string BlankTransferSyntax {get; set;}
public read-write property BlankTransferSyntax: System.String;
public function get,set BlankTransferSyntax : System.String
public: __property System.string* get_BlankTransferSyntax();
public: __property void set_BlankTransferSyntax(
System.string* value
);
public:
property System.String^ BlankTransferSyntax {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also