Click or drag to resize

PDFViewCtrlGetProgressiveRendering Method

Gets whether the control will render progressively or will just draw once the entire view has been rendered.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetProgressiveRendering()

Return Value

Type: Boolean
true if progressive rendering is enabled, false otherwise.
See Also