AnnotationFindLocations Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Finds the pages where the annotation is located.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IEnumerable<Page> FindLocations(
	FixedDocument document
)

Parameters

document
Type: Apitron.PDF.KitFixedDocument
The document.

Return Value

Type: IEnumerablePage
Pages where the annotation is located.
See Also

Reference