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




pageIndex
The zero-based page number of the Document from which the annotation should be retrieved.
annotationIndex
The zero-based annotation index of the page from which the annotation should be retrieved.

Glossary Item Box

Gets the subtype of the annotation at the specified annotation index from the specified page.

Syntax

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

Parameters

pageIndex
The zero-based page number of the Document from which the annotation should be retrieved.
annotationIndex
The zero-based annotation index of the page from which the annotation should be retrieved.

Exceptions

ExceptionDescription
AnnotationSubtypeMissingOrInvalidExceptionThrown when when an annotation dictionary has an invalid (not a name object) or missing /Subtype key.
System.ArgumentOutOfRangeExceptionThrown when when the pageIndex or annotationIndex is outside of the acceptable range from 0 to the item count.

Remarks

This method retrieves the value of the /Subtype key of the annotation dictionary.

See Also

©2012. Accusoft Corporation. All Rights Reserved.