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

PdfOptionalContentUsage.PrintState Property

Gets a value that indicates whether the group is set to either the ON or OFF state when the document is printed.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public DefaultBoolean PrintState { get; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration member that specifies whether the group is set to the state when the document is printed.

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