Enum PageFitType
Specifies the page fit type.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum PageFitType
Fields
| Name | Description |
|---|---|
| FitFullPage | Specifies the page fit type to full page. |
| FitMultiplePages | Specifies the page fit type to multiple pages. |
| FitPageWidth | Specifies the page fit type to page width. |
| None | Specifies the fit type to none. |