Accusoft.PdfXpress6.Net
WhichAnnotation Property




A zero-based PDF Annotation index.
Syntax
'Declaration
 
<ReadOnlyAttribute(False)>
<DefaultValueAttribute()>
Public Property WhichAnnotation As Integer
'Usage
 
Dim instance As XfdfOptions
Dim value As Integer
 
instance.WhichAnnotation = value
 
value = instance.WhichAnnotation
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public int WhichAnnotation {get; set;}
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public: __property int get_WhichAnnotation();
public: __property void set_WhichAnnotation( 
   int value
);
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public:
property int WhichAnnotation {
   int get();
   void set (    int value);
}
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

Reference

XfdfOptions Class
XfdfOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback