|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
| Leadtools.Forms.DocumentWriters Namespace : DocumentPageType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentPageType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentPageType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DocumentPageType
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentPageType : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.DocumentPageType