Back to Devexpress

PdfDocument.Trapped Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-052f03b0.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public DefaultBoolean Trapped { get; set; }
vb
Public Property Trapped As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value.

|

Available values:

NameDescriptionReturn 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

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace