Skip to main content
All docs
V25.2
  • PdfDocument.ResetCompatibility() Method

    Resets the loaded document’s PDF/A and PDF/UA compatibility levels to None.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.2.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public void ResetCompatibility()

    Remarks

    Call ResetCompatibility before adding images to the document. If you call this method after adding images, images may be cached with a cropped alpha channel.

    See Also