PdfRpt.FluentInterface.DocumentPreferencesBuilder.ConformanceLevel C# (CSharp) Метод

ConformanceLevel() публичный Метод

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
Результат void
        public void ConformanceLevel(PdfXConformance level)
        {
            _pdfReport.DataBuilder.DefaultConformanceLevel(level);
        }