Skip to main content

PdfDocument.AllowHighQualityPrinting Property

Indicates whether document printing in high resolution is allowed.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool AllowHighQualityPrinting { get; }

Property Value

Type Description
Boolean

true, if document printing in high resolution is allowed; otherwise false.

See Also