Click or drag to resize

AnnotationDataImporterPageCount Property

Gets the total number of pages in a document.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int PageCount { get; }

Property Value

Type: Int32
The number of pages in a document.
Remarks
It is not necessary to call Load before accessing PageCount; this will happen automatically.
See Also