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