Enum PageFitType
Specifies the page fit type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PageFitType
Fields
| Name | Description |
|---|---|
| FitOnePage | Fits the entire page in view. |
| FitPageWidth | Fits the page to its width in view. |
| None | Fits the page to 100%. |