←Select platform

DocumentPageType Enumeration

Summary
Specifies the document page type.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentWriterPageType 
typedef NS_ENUM(NSInteger, LTDocumentWriterPageType) { 
 LTDocumentWriterPageTypeEmf,  
 LTDocumentWriterPageTypeSvg,  
 LTDocumentWriterPageTypeRaster,  
 LTDocumentWriterPageTypeEmpty 
}; 
public enum DocumentPageType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentPageType   
class DocumentWriterPageType(Enum): 
   Emf = 0 
   Svg = 1 
   Raster = 2 
   Empty = 3 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.