OutputTransferSyntax Property (CompressionArguments)
The transfer syntax into which the image should be compressed
public System.string OutputTransferSyntax {get;}
public read-only property OutputTransferSyntax: System.String;
public function get OutputTransferSyntax : System.String
public: __property System.string* get_OutputTransferSyntax();
public:
property System.String^ OutputTransferSyntax {
System.String^ get();
}
'Declaration
Public ReadOnly Property OutputTransferSyntax As System.String
'Usage
Dim instance As CompressionArguments
Dim value As System.String
value = instance.OutputTransferSyntax
Target Platforms: .NET CLR 4.8 or higher