Click or drag to resize

TiffFileGetPageCount Method

Returns the number of pages in a TIFF

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 static int GetPageCount(
	Stream source
)

Parameters

source
Type: System.IOStream
Encoded image stream

Return Value

Type: Int32
number of pages
See Also