Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFFileType Enumeration |
[SerializableAttribute()] public enum PDFFileType : System.Enum
'Declaration
<SerializableAttribute()> Public Enum PDFFileType Inherits System.Enum
'Usage
Dim instance As PDFFileType
public enum PDFFileType
[SerializableAttribute()] public enum class PDFFileType : public System.Enum
The PDFFileType enumeration is used as the return value from PDFFile.GetPDFFileType method and as the type of the PDFDocument.FileType property. It determines the type and version of the PDF or PS file.
Note: The PDFDocument class can be associate with a PDF only and does not support Postscript files. As a result, the value of PDFDocument.FileType will only be one of the PDF version values.
For an example, refer to PDFFile.GetPDFFileType and PDFDocument.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFFileType