OutputTransferSyntax Property (CompressionArguments)
In This Topic
The transfer syntax into which the image should be compressed
Syntax
'Declaration
Public ReadOnly Property OutputTransferSyntax As System.String
'Usage
Dim instance As CompressionArguments
Dim value As System.String
value = instance.OutputTransferSyntax
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also