←Select platform

DocumentConverterEmptyPageMode Enumeration

Summary

Controls how empty pages are treated during the conversion.

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentConverterEmptyPageMode 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentConverterEmptyPageMode 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentConverterEmptyPageMode sealed 
public enum DocumentConverterEmptyPageMode 

Members

0 None

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

1 Skip

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

2 SkipIgnoreAnnotations

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

Remarks

Refer to EmptyPageMode for more information.

Example

For an example, refer to EmptyPageMode.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly