Class PdfAValidationResult
Class PdfAValidationResult
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents the result of a PDF/A validation process.
public sealed class PdfAValidationResult
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
DataSource
Gets the data source that was validated.
public readonly IDataSource DataSource
Field Value
IsValid
Gets a value indicating whether the validation was successful.
public readonly bool IsValid
Field Value
StandardVersion
Gets the PDF/A standard version used for validation.
public readonly PdfAStandardVersion StandardVersion