Show / Hide Table of Contents

Enum CADConvertOptions.LayoutSortOrder

Layout sorting options

Namespace: pdftron.PDF
Assembly: PDFNetiOS.dll
Syntax
public enum 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

In This Article
Back to top Generated by DocFX