Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentConverterEmptyPageMode Enumeration

Show in webframe
Controls how empty pages are treated during the conversion.
Syntax
Leadtools.Documents.DocumentConverterEmptyPageMode = function() { };
Leadtools.Documents.DocumentConverterEmptyPageMode.prototype = {
	none = 0,
	skip = 1,
	skipIgnoreAnnotations = 2,
	
 };
Members
ValueMemberDescription
0none Empty page will be added to the document and no checking is performed.
1skip Skip empty pages. The page is considered not empty if the annotations container for page contains items.
2skipIgnoreAnnotations Skip empty pages. The page is considered empty even if the annotations container for page contains items.
Remarks

Refer to EmptyPageMode for more information.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file