←Select platform

DocumentPageType Enumeration

Summary

Specifies the document page type.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentWriterPageType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum DocumentPageType  
typedef NS_ENUM(NSInteger, LTDocumentPageType) 
public enum DocumentPageType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentPageType   

Members
ValueMemberDescription
0Emf EMF page (DocumentWriterEmfPage).
1Svg SVG page (DocumentWriterSvgPage).
2Raster Raster image page (DocumentWriterRasterPage).
3Empty an Empty page (DocumentWriterEmptyPage).

Remarks

Use this option to retrieve the document page type.

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.Writer Assembly