SplitByPageOptions Class Properties
In This Topic
For a list of all members of this type, see SplitByPageOptions members.
Public Properties
| | Name | Description |
 | From |
Gets the zero-based index corresponding to the first Page that will be extracted (inclusive).
|
 | OutputPath |
Gets the filepath that will be used to save the output of the split operation.
(Inherited from Xceed.PdfLibrary.NET.SplitOptions) |
 | OutputStreams |
The streams that will be used as output for the split PdfDocuments.
(Inherited from Xceed.PdfLibrary.NET.SplitOptions) |
 | To |
Gets the zero-based index corresponding to the last Page that will be extracted (inclusive).
|
Top
See Also