Controls how empty pages are treated during the conversion.
lt.Documents.DocumentConverterEmptyPageMode = {
None: 0,
Skip: 1,
SkipIgnoreAnnotations: 2
}
lt.Documents.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. |
Refer to EmptyPageMode for more information.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET