Skip to main content

PdfDocument.Trapped Property

Gets or sets a value that specifies whether the document has been modified to include trapping information.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DefaultBoolean Trapped { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also