Class PageFitType
Specifies the page fit type.
Inheritance
System.Object
PageFitType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class PageFitType : Enum
Fields
FitOnePage
Fits the entire page in view.
Declaration
public const PageFitType FitOnePage
Field Value
Type |
---|
PageFitType |
FitPageWidth
Fits the page to its width in view.
Declaration
public const PageFitType FitPageWidth
Field Value
Type |
---|
PageFitType |
None
Fits the page to 100%.
Declaration
public const PageFitType None
Field Value
Type |
---|
PageFitType |