Click or drag to resize

PdfTrapSetting Enumeration

An enumeration used to indicate the trapping information in the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfTrapSetting
Members
  Member nameDescription
None No setting - no entry will be placed in the PDF document.
False The document has not yet been trapped.
True The document has been fully trapped
Unknown Either the document has not yet been trapped or has not yet been fully trapped.
Remarks
For more details, see the PDF Reference, section 10.10.5, "Trapping Support"
See Also