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);
        }