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()
Public Function GetProgressiveRendering As Boolean
public:
virtual bool GetProgressiveRendering() sealed
function GetProgressiveRendering();
Return Value
Type:
Booleantrue if progressive rendering is enabled, false otherwise.
See Also