|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetAfter_split_files_paths () |
| Get an array of strings used to represent the paths of multiple PDF documents generated by splitting. More... | |
| def | GetBefore_splitting_file_name () |
| Get a string value used to represent the original PDF file name before splitting. More... | |
| def | GetSplit_file_state () |
| Get an enumeration value used to represent the status of the PDF documents generated by splitting. More... | |
| def | SetAfter_split_files_paths (value) |
| Set an array of strings used to represent the paths of multiple PDF documents generated by splitting. More... | |
| def | SetBefore_splitting_file_name (value) |
| Set a string value used to represent the original PDF file name before splitting. More... | |
| def | SetSplit_file_state (value) |
| Set an enumeration value used to represent the status of the PDF documents generated by splitting. More... | |
This class represents result information of the PDF document generated by splitting.
| fsdk.SplitFileResult.GetAfter_split_files_paths | ( | ) |
Get an array of strings used to represent the paths of multiple PDF documents generated by splitting.
| fsdk.SplitFileResult.GetBefore_splitting_file_name | ( | ) |
Get a string value used to represent the original PDF file name before splitting.
| fsdk.SplitFileResult.GetSplit_file_state | ( | ) |
Get an enumeration value used to represent the status of the PDF documents generated by splitting.
| fsdk.SplitFileResult.SetAfter_split_files_paths | ( | value | ) |
Set an array of strings used to represent the paths of multiple PDF documents generated by splitting.
| [in] | value | An array of strings used to represent the paths of multiple PDF documents generated by splitting. |
| fsdk.SplitFileResult.SetBefore_splitting_file_name | ( | value | ) |
Set a string value used to represent the original PDF file name before splitting.
| [in] | value | A string value used to represent the original PDF file name before splitting. |
| fsdk.SplitFileResult.SetSplit_file_state | ( | value | ) |
Set an enumeration value used to represent the status of the PDF documents generated by splitting.
| [in] | value | An enumeration value used to represent the status of the PDF documents generated by splitting. |