XFINIUM.PDF Documentation
PdfAFormat Enumeration



Supported PDF/A standards.
Syntax
'Declaration
 
Public Enum PdfAFormat 
   Inherits System.Enum
'Usage
 
Dim instance As PdfAFormat
public enum PdfAFormat : System.Enum 
public enum class PdfAFormat : public System.Enum 
Members
MemberDescription
PdfA1b PDF/A-1b format.
PdfA2a PDF/A-2a format. Use this format only when you load an existing PDF/A-2a file and you need it resaved as PDF/A-2a. Do not saved new PDF files as PDF/A-2a as they wil not be valid PDF/A-2a files.
PdfA2b PDF/A-2b format.
PdfA2u PDF/A-2u format.
PdfA3a PDF/A-3a format. Use this format only when you load an existing PDF/A-3a file and you need it resaved as PDF/A-3a. Do not saved new PDF files as PDF/A-3a as they wil not be valid PDF/A-3a files.
PdfA3b PDF/A-3b format.
PdfA3u PDF/A-3u format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Standards.PdfAFormat

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Standards Namespace

Send Feedback