Foxit PDF SDK
fsdk.SplitFileResult Class Reference

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...
 

Detailed Description

This class represents result information of the PDF document generated by splitting.

Member Function Documentation

◆ GetAfter_split_files_paths()

fsdk.SplitFileResult.GetAfter_split_files_paths ( )

Get an array of strings used to represent the paths of multiple PDF documents generated by splitting.

Returns
An array of strings used to represent the paths of multiple PDF documents generated by splitting.

◆ GetBefore_splitting_file_name()

fsdk.SplitFileResult.GetBefore_splitting_file_name ( )

Get a string value used to represent the original PDF file name before splitting.

Returns
A string value used to represent the original PDF file name before splitting.

◆ GetSplit_file_state()

fsdk.SplitFileResult.GetSplit_file_state ( )

Get an enumeration value used to represent the status of the PDF documents generated by splitting.

Returns
An enumeration value used to represent the status of the PDF documents generated by splitting.

◆ SetAfter_split_files_paths()

fsdk.SplitFileResult.SetAfter_split_files_paths (   value)

Set an array of strings used to represent the paths of multiple PDF documents generated by splitting.

Parameters
[in]valueAn array of strings used to represent the paths of multiple PDF documents generated by splitting.
Returns
None.

◆ SetBefore_splitting_file_name()

fsdk.SplitFileResult.SetBefore_splitting_file_name (   value)

Set a string value used to represent the original PDF file name before splitting.

Parameters
[in]valueA string value used to represent the original PDF file name before splitting.
Returns
None.

◆ SetSplit_file_state()

fsdk.SplitFileResult.SetSplit_file_state (   value)

Set an enumeration value used to represent the status of the PDF documents generated by splitting.

Parameters
[in]valueAn enumeration value used to represent the status of the PDF documents generated by splitting.
Returns
None.