DocumentViewerPrintOptionsHighQualityLevel Property

Gets or sets a value in percentage that specifies the level used when printing in high quality. The default is 100. Level 100 ensures excellent quality but may cause slow printing for some documents, you can decrease the level to increase the printing speed while maintaining an acceptable quality for your case. For this property to be effective HighQuality property should be set to true.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public int HighQualityLevel { get; set; }

Property Value

Int32

See Also