Skip to main content

PrintLayoutView.FitToPage() Method

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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