Accusoft.PdfXpress5.Net
WhichAnnotation Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > XfdfOptions Class : WhichAnnotation Property




Glossary Item Box

A zero-based PDF Annotation index.

Syntax

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

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if value is neither AllAnnotations nor in range [ 0 , System.Int32.MaxValue ].

Remarks

Restricts an activity to a single PDF Annotation or all PDF Annotations on a page in the PDF Document.

If equal to AllAnnotations then an activity may affect all PDF Annotation on a page. Otherwise, an activity is limited to a single PDF Annotation on a page in the PDF Document.

Valid values:AllAnnotations or in range [ 0 , System.Int32.MaxValue ]

Default value: AllAnnotations

See Also

©2012. Accusoft Corporation. All Rights Reserved.