C#
VB
Java
Objective-C
WinRT C#
C++
Specifies the document type.
[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
Value | Member | Description |
---|---|---|
0 | Emf | EMF page (DocumentEmfPage). |
1 | Svg | SVG page (DocumentSvgPage). |
2 | Raster | Raster image page (DocumentRasterPage). |
3 | Empty | an Empty page (DocumentEmptyPage). |
Use this option to retrieve the document type.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET