←Select platform

DocumentPageType Enumeration

Summary

Specifies the document type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentPageType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum DocumentPageType  
    
    
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum DocumentPageType    
typedef NS_ENUM(NSInteger, LTDocumentPageType) 
public enum DocumentPageType 
Leadtools.Forms.DocumentWriters.DocumentPageType = function() { }; 
Leadtools.Forms.DocumentWriters.DocumentPageType.prototype = {<br/> 
  Emf = 0, 
    Svg = 1, 
    Raster = 2, 
    Empty = 3, 
     
 }; 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentPageType   

Members

ValueMemberDescription
0Emf EMF page (DocumentEmfPage).
1Svg SVG page (DocumentSvgPage).
2Raster Raster image page (DocumentRasterPage).
3Empty an Empty page (DocumentEmptyPage).
Remarks

Use this option to retrieve the document type.

Requirements

Target Platforms

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

Leadtools.Forms.DocumentWriters Assembly