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
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