public static SplitByPageOptions ToPath( int from, int to, string outputPath )
Parameters
- from
- The zero-based index corresponding to the first Page in the range.
- to
- The zero-based index corresponding to the last Page in the range.
- outputPath
- The path that will be used to save the path; this must include the directory and the filename, with extension.
Return Value
Configured SplitByPageOptions instance.