Table of Contents

Class PdfAValidationOptions

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Options controlling a PDF/A validation pass.

public sealed class PdfAValidationOptions
Inheritance
PdfAValidationOptions
Inherited Members

Properties

Level

Gets or sets the conformance level to validate against. When null (the default), the level is resolved from the document's own PDF/A identification: a file declaring part 1, 2 or 3 is validated against that part's B profile, and a file declaring nothing is validated against PdfA2b (and fails the identification rule, as an unidentified file is not a PDF/A file).

Password

Gets or sets the password used to open protected sources. A document that cannot be opened yields an Undetermined verdict; a document that opens but carries encryption fails the encryption.present rule, as PDF/A prohibits encryption.

Share