Accusoft.PdfXpress6.Net
WhichPage Property




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback