/// <summary>
 /// Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise
 /// predictable and consistent output for press printing.
 /// </summary>
 /// <param name="level">conformance level</param>
 public void ConformanceLevel(PdfXConformance level)
 {
     _pdfReport.DataBuilder.DefaultConformanceLevel(level);
 }
Пример #2
0
 /// <summary>
 /// Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise
 /// predictable and consistent output for press printing.
 /// If you are setting SetDocumentPreferences method or DocumentPreferences property value directly, ignore this method.
 /// </summary>
 /// <param name="conformanceLevel">conformance level</param>
 public void DefaultConformanceLevel(PdfXConformance conformanceLevel)
 {
     _conformanceLevel = conformanceLevel;
 }
 /// <summary>
 /// Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise 
 /// predictable and consistent output for press printing.
 /// </summary>
 /// <param name="level">conformance level</param>
 public void ConformanceLevel(PdfXConformance level)
 {
     _pdfReport.DataBuilder.DefaultConformanceLevel(level);
 }
Пример #4
0
 /// <summary>
 /// Sets subsets of the PDF specification (ISO 15930-1 to ISO 15930-8) that promise 
 /// predictable and consistent output for press printing.
 /// If you are setting SetDocumentPreferences method or DocumentPreferences property value directly, ignore this method.
 /// </summary>
 /// <param name="conformanceLevel">conformance level</param>
 public void DefaultConformanceLevel(PdfXConformance conformanceLevel)
 {
     _conformanceLevel = conformanceLevel;
 }