DocumentConverterEmptyPageMode Enumeration

Summary

Controls how empty pages are treated during the conversion.

Syntax

JavaScript Syntax
lt.Documents.DocumentConverterEmptyPageMode = { 
	None: 0, 
	Skip: 1, 
	SkipIgnoreAnnotations: 2 
} 
TypeScript Syntax
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.

Remarks

Refer to EmptyPageMode for more information.

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly