DocumentConverterEmptyPageMode Enumeration (original) (raw)

Summary

Controls how empty pages are treated during the conversion.

Syntax

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.