Skip to main content

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