LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFFileType Enumeration






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 PDFFileType : System.Enum 
Leadtools.Pdf.PDFFileType = function() { };
Leadtools.Pdf.PDFFileType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class PDFFileType : public System.Enum 
Members
MemberDescription
EncapsulatedPostscript

Encapsulated Postscript file (EPS)

PDF10

PDF Version 1.0

PDF11

PDF Version 1.1

PDF12

PDF Version 1.2

PDF13

PDF Version 1.3

PDF14

PDF Version 1.4

PDF15

PDF Version 1.5

PDF16

PDF Version 1.6

PDF17

PDF Version 1.7

Postscript

Postscript file (PS)

Unknown

Not a valid PDF or PS (Postscript) file

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.