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