Accusoft.PdfXpress7.Net
WhichPage Property




A zero-based page index.
Syntax
'Declaration
 
<ReadOnlyAttribute(False)>
<DefaultValueAttribute()>
Public Property WhichPage As Integer
'Usage
 
Dim instance As XfdfOptions
Dim value As Integer
 
instance.WhichPage = value
 
value = instance.WhichPage
[ReadOnly(false)]
[DefaultValue()]
public int WhichPage {get; set;}
[ReadOnly(false)]
[DefaultValue()]
public: __property int get_WhichPage();
public: __property void set_WhichPage( 
   int value
);
[ReadOnly(false)]
[DefaultValue()]
public:
property int WhichPage {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if value is neither AllPages nor in range [ 0 , System.Int32.MaxValue ].
Remarks

Restricts an activity to a single page or all pages in the PDF Document.

If equal to AllPages then an activity may affect all pages in the PDF Document. Otherwise, an activity is restricted to a single page in the PDF Document.

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

Default value: AllPages

See Also

Reference

XfdfOptions Class
XfdfOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback