Visual Basic
C#
Managed Extensions for C++
C++/CLI
| 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