Click or drag to resize

PdfDocumentMetadataDocumentTrapping Property

Gets or sets the trapping to be used for this document. The default value is PdfTrapSetting.None.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTrapSetting DocumentTrapping { get; set; }

Property Value

Type: PdfTrapSetting
Remarks
Setting the DocumentTrapping property to PdfTrapSetting.None indicates that no trapping information should be written to the file.
See Also