Click or drag to resize
PageDataLowQualitySize Property
Gets or sets the low quality level.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public int LowQualitySize { get; set; }

Property Value

Type: Int32
Remarks
The low quality size is the size in pixels which a client can use for displaying a document before starting using the deep zoom control. A client should not request any levels with less resolution than defined by this value because the quality of the level defined by this value is the best also for lower levels.
See Also