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.15.0+147e4fc493a307e6b18a87db67c367af92815484
Syntax
C#
public bool ForbidImplicitUpgrade { get; set; }

Property Value

Boolean
See Also