Accusoft.PdfXpressSdk Namespace > XfdfOptions Class : WhichAnnotation Property |
'Declaration <DefaultValueAttribute()> <ReadOnlyAttribute(False)> Public Property WhichAnnotation As Integer
'Usage Dim instance As XfdfOptions Dim value As Integer instance.WhichAnnotation = value value = instance.WhichAnnotation
[DefaultValue()] [ReadOnly(false)] public int WhichAnnotation {get; set;}
[DefaultValue()] [ReadOnly(false)] public: __property int get_WhichAnnotation(); public: __property void set_WhichAnnotation( int value );
[DefaultValue()] [ReadOnly(false)] public: property int WhichAnnotation { int get(); void set ( int value); }
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if value is neither AllAnnotations nor in range [ 0 , System.Int32.MaxValue ]. |
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