Click or drag to resize

TiffPageStream Property

Returns the stream from which the TiffPage originally came.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Stream Stream { get; }

Property Value

Type: Stream
Remarks
Modifying the stream object (or the contents of the stream) will create unpredictable results.
See Also