Click or drag to resize

PDFAComplianceErrorCodeReference Class

A class used to retrieve the error code(s) when using PDFACompliance.
Inheritance Hierarchy
SystemObject
  pdftron.PDF.PDFAPDFAComplianceErrorCodeReference

Namespace:  pdftron.PDF.PDFA
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFAComplianceErrorCodeReference

The PDFAComplianceErrorCodeReference type exposes the following members.

Constructors
  NameDescription
Public methodPDFAComplianceErrorCodeReference
Creates a new PDFAComplianceErrorCodeReference.
Top
Properties
  NameDescription
Public propertyErrorCodes
Gets a list of error codes associated with this PDFAComplianceErrorCodeReference.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetErrorCodes
Gets a list of error codes associated with this PDFAComplianceErrorCodeReference.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also