Table of Contents

Property Conformance

Namespace
DocWright
Assembly
DocWright.dll

Conformance

Gets or sets the archival conformance level the PDF is written to. Defaults to None.

public PdfConformanceLevel Conformance { get; set; }

Property Value

PdfConformanceLevel

Remarks

PdfA2b requires CreationDate and throws OutputConformanceException without it — see the remarks on that property for why the requirement is the caller's rather than the library's.