Click or drag to resize

AnnotationDataImporterGetAnnotationCount Method

Returns the number of annotations on a conceptual page of 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 GetAnnotationCount(
	int page
)

Parameters

page
Type: SystemInt32
page is an integer that represents the conceptual zero based page index of a document. It will be range checked against the total number of pages in the document.

Return Value

Type: Int32
See Also