PdfRpt.FluentInterface.DocumentPreferencesBuilder.ConformanceLevel C# (CSharp) Méthode

ConformanceLevel() public méthode

Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise predictable and consistent output for press printing.
public ConformanceLevel ( PdfXConformance level ) : void
level PdfXConformance conformance level
Résultat void
        public void ConformanceLevel(PdfXConformance level)
        {
            _pdfReport.DataBuilder.DefaultConformanceLevel(level);
        }