DocumentConverterEmptyPageMode Enumeration

Summary

Controls how empty pages are treated during the conversion.

Syntax
TypeScript
JavaScript
lt.Document.DocumentConverterEmptyPageMode = { 
   none: 0, 
   skip: 1, 
   skipIgnoreAnnotations: 2 
} 
lt.Document.DocumentConverterEmptyPageMode = { 
   none: 0, 
   skip: 1, 
   skipIgnoreAnnotations: 2 
} 
Members

0

None

(0) Empty page will be added to the document and no checking is performed.

1

Skip

(1) Skip empty pages. The page is considered not empty if the annotations container for page contains items.

2

SkipIgnoreAnnotations

(2) Skip empty pages. The page is considered empty even if the annotations container for page contains items.

Remarks

Refer to EmptyPageMode for more information.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.