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: 2026.2.0.0.42 (.NET 4.6.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