Accusoft.PdfXpress5.Net
GetAnnotationCount Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class : GetAnnotationCount Method




whichPage
An integer which represents a zero-based page index in the PDF Document.

Valid values: [ 0 , Document.PageCount )

Glossary Item Box

Reports the number of PDF Annotations on a specific page in the PDF document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

whichPage
An integer which represents a zero-based page index in the PDF Document.

Valid values: [ 0 , Document.PageCount )

Return Value

The number of PDF Annotations on whichPage in the PDF document.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the parameter whichPage is not a valid value.
PdfXpressNotIntializedException Thrown if invoked before PDF Xpress is initialized.
PdfXpressLicensingException Thrown if this feature is unavailable for the current license edition.
PdfXpressException Thrown in the main PDF library.

Remarks

Valid values: [ 0 , Document.PageCount )

See Also

©2012. Accusoft Corporation. All Rights Reserved.