DestinationStream Property
The stream into which compressed pixel data is placed
public System.IO.Stream DestinationStream {get;}
public read-only property DestinationStream: System.IO.Stream;
public function get DestinationStream : System.IO.Stream
public: __property System.IO.Stream* get_DestinationStream();
public:
property System.IO.Stream^ DestinationStream {
System.IO.Stream^ get();
}
'Declaration
Public ReadOnly Property DestinationStream As System.IO.Stream
'Usage
Dim instance As CompressionArguments
Dim value As System.IO.Stream
value = instance.DestinationStream
Target Platforms: .NET CLR 4.8 or higher