DocumentSeparationMethodEnum (COM-based API)
DocumentSeparationMethodEnum enumeration constants are used to set the document separation method during export.
enum DocumentSeparationMethodEnum {
DSM_OneFilePerImage = 0,
DSM_ByNumberOfPages = 1,
DSM_ByBlankPages = 2,
DSM_ByBarcode = 4,
DSM_MergeIntoSingleFile = 5
};
Elements
Name | Description |
DSM_OneFilePerImage | The output file will have the same number of pages as the input file. |
DSM_ByNumberOfPages | A new file is created for every N pages received by the server. This constant can not be used as the input parameter of the ExportParams::SeparationMethod property. It can be received only as the output parameter of this property. |
DSM_ByBlankPages | A new file will be created at each blank page found in the document flow. This constant can not be used as the input parameter of the ExportParams::SeparationMethod property. It can be received only as the output parameter of this property. |
DSM_ByBarcode | A new file will be created at each page with a barcode of the specified types. This constant can not be used as the input parameter of the ExportParams::SeparationMethod property. It can be received only as the output parameter of this property. |
DSM_MergeIntoSingleFile | The input files will be merged into one document. |
See also
26.03.2024 13:49:49