Accusoft.PdfXpress5.Net
WhichPage Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > XfdfOptions Class : WhichPage Property




Glossary Item Box

A zero-based page index.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2012. Accusoft Corporation. All Rights Reserved.