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

ExportParams::SeparationMethod

26.03.2024 13:49:49

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.