Click or drag to resize

XmpAnnotationDataImporterLLGetAnnotationCount Method

Low level implementation of GetAnnotationCount(Int32).

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override int LLGetAnnotationCount(
	int page
)

Parameters

page
Type: SystemInt32
A zero-based integer representing the page from which the annotations are being counted. Page will always be in range.

Return Value

Type: Int32
An integer representing the number of annotations on the page.
See Also