Enum HeightType
Specifies the height type.
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public enum HeightType
Fields
| Name | Description |
|---|---|
| Atleast | Specifies the least height in pixels. |
| Auto | Specifies the height to be determined automatically. |
| Exactly | Specifies the exact height in pixels. |