DocumentSeparationMethodEnum (Web Services API)
DocumentSeparationMethodEnum enumeration constants are used to set the document separation method during export.
enum DocumentSeparationMethodEnum {
DSM_OneFilePerImage,
DSM_ByNumberOfPages,
DSM_ByBlankPages,
DSM_ByBarcode,
DSM_MergeIntoSingleFile
};
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
3/26/2024 1:49:49 PM