DestinationStream Property
In This Topic
The stream into which compressed pixel data is placed
Syntax
'Declaration
Public ReadOnly Property DestinationStream As System.IO.Stream
'Usage
Dim instance As CompressionArguments
Dim value As System.IO.Stream
value = instance.DestinationStream
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also