Click or drag to resize
Pdftools logo

ConversionOptionsForbidImplicitUpgrade Property

Whether to forbid implicit conformance upgrade

If set to , the converter can automatically upgrade a document to a higher standard. For example, if the target is PDF/A-1a but the document contains transparency, the converter may upgrade it to a supported, higher standard like PDF/A-2a. Default: .

Namespace: PdfTools.PdfA.Conversion
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public bool ForbidImplicitUpgrade { get; set; }

Property Value

Boolean
See Also