Returns the stream from which the TiffPage originally came.
Namespace:
Atalasoft.Imaging.Codec.Tiff
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic Stream Stream { get; }Public ReadOnly Property Stream As Stream
Get
Property Value
Type:
Stream
Remarks Modifying the stream object (or the contents of the stream) will create unpredictable results.
See Also