Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxPDFDocumentViewerDefaultRenderContentDelay Constant

In This Article

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

#Declaration

Delphi
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