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 : PdfDocumentType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum PdfDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum PdfDocumentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PdfDocumentType
[DataContractAttribute()] [SerializableAttribute()] public enum PdfDocumentType : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTPdfDocumentType)
public enum PdfDocumentType
Leadtools.Forms.DocumentWriters.PdfDocumentType = function() { }; Leadtools.Forms.DocumentWriters.PdfDocumentType.prototype = {<br/> Pdf = 0, PdfA = 1, Pdf12 = 2, Pdf13 = 3, Pdf15 = 4, Pdf16 = 5, };
[DataContractAttribute()] [SerializableAttribute()] public enum class PdfDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
LEADTOOLS Document Writers can create different types of Adobe PDF documents. You can specify the PDF document type through the use of the PdfDocumentOptions.DocumentType property.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.PdfDocumentType