Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public DefaultBoolean Trapped { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also