Enum CADConvertOptions.LayoutSortOrder
Layout sorting options
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum CADConvertOptions.LayoutSortOrder
Fields
| Name | Description |
|---|---|
| e_alphabetic_order | Alphabetic sort order |
| e_alphanumeric_order | Alphanumeric sort order (also called natural sort order) |
| e_default_order | Default sort order. In this case there is no explicit sort performed, and pages are placed in the order they are encountered in the source document |