←Select platform

DocumentPageType Enumeration

Summary

Specifies the document type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DataContractAttribute()] 
[SerializableAttribute()] 
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 = { 
 
  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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize