Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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
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