Skip to main content

dxPDFDocumentViewerDefaultRenderContentDelay Constant

Specifeis the time interval (in milliseconds) between the latest change made to the document view and its consequent update that reflects the change.

Declaration

const dxPDFDocumentViewerDefaultRenderContentDelay = 100;

Remarks

The PDF Viewer control delays updating the displayed document pages in response to rotate, scroll, or zoom operations to avoid excessive repaint operations if multiple document view changes are made in rapid succession. The dxPDFViewerDefaultRenderContentDelay global constant specifies the default value of the PDF Viewer control’s OptionsBehavior.RenderContentDelay property that allows you to adjust the interval between the actual document view change and the consequent update that reflects it.

See Also