Skip to main content

PdfOptionalContentUsage.ExportState Property

Gets a value that indicates the recommended state for content in this group when the document is saved to a format that does not support optional content (for example, a raster image format).

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DefaultBoolean ExportState { get; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration member that indicates the recommended state for content in this group.

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