Class PageFitType
Specifies the page fit type.
Inheritance
System.Object
PageFitType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class PageFitType : Enum
Fields
FitFullPage
Specifies the page fit type to full page.
Declaration
public const PageFitType FitFullPage
Field Value
Type |
---|
PageFitType |
FitMultiplePages
Specifies the page fit type to multiple pages.
Declaration
public const PageFitType FitMultiplePages
Field Value
Type |
---|
PageFitType |
FitPageWidth
Specifies the page fit type to page width.
Declaration
public const PageFitType FitPageWidth
Field Value
Type |
---|
PageFitType |
None
Specifies the fit type to none.
Declaration
public const PageFitType None
Field Value
Type |
---|
PageFitType |