LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFFileType Enumeration

Show in webframe





Specifies PDF and PS (Postscript) file type and version
Syntax
[SerializableAttribute()]
public enum PDFFileType : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFFileType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFFileType

            

            
[SerializableAttribute()]
public enum class PDFFileType : public System.Enum 
Members
ValueMemberDescription
0x00000000Unknown

Not a valid PDF or PS (Postscript) file

0x00000001PDF10

PDF Version 1.0

0x00000002PDF11

PDF Version 1.1

0x00000003PDF12

PDF Version 1.2

0x00000004PDF13

PDF Version 1.3

0x00000005PDF14

PDF Version 1.4

0x00000006PDF15

PDF Version 1.5

0x00000007PDF16

PDF Version 1.6

0x00000008PDF17

PDF Version 1.7

0x0000000AEncapsulatedPostscript

Encapsulated Postscript file (EPS)

0x0000000APostscript

Postscript file (PS)

Remarks

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.

Example

For an example, refer to PDFFile.GetPDFFileType and PDFDocument.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFFileType

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.