AnnotationExtractorGetAnnotations Method ByteScout PDF Extractor SDK
Gets annotations from specified pages or entire document.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public AnnotationInfo[] GetAnnotations(
	int startPage = 0,
	int endPage = -1
)

Parameters

startPage (Optional)
Type: SystemInt32
Start page index.
endPage (Optional)
Type: SystemInt32
End page index. -1 means all pages to the document end.

Return Value

Type: AnnotationInfo
Array of AnnotationInfo objects.

Implements

IAnnotationExtractorGetAnnotations(Int32, Int32)
See Also

Reference