Click or drag to resize

TiffDocumentValidOutputStream Method

Test a stream to see if it can be used as an output stream for this TiffDocument.

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 bool ValidOutputStream(
	Stream stm
)

Parameters

stm
Type: System.IOStream
The stream to write to.

Return Value

Type: Boolean
Returns true if the stream is different from the streams used by each of the TiffPage objects contained within this TiffDocument.
See Also