Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrintLayoutView.FitToPage() Method

Zooms the document so that the entire page is visible in the control.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public void FitToPage()

Remarks

Use the FitToPage method to zoom the document so that an end-user can see the entire page in the control.

RichEditControl_PrintLayoutView_FitToPage

See Also