Class PrintOptions
Represents print options for customizing the dimensions of a print scheduler element. The dimensions are determined by specifying the height and width using the PrintOptions settings.
Inherited Members
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class PrintOptions
Constructors
PrintOptions()
Declaration
public PrintOptions()
Properties
Height
Gets or sets the height of the print scheduler element. The height determines the vertical size of the element on the screen.
Declaration
[JsonPropertyName("height")]
public string Height { get; set; }
Property Value
| Type |
|---|
| string |
Width
Gets or sets the width of the print scheduler element. The width determines the horizontal size of the element on the screen.
Declaration
[JsonPropertyName("width")]
public string Width { get; set; }
Property Value
| Type |
|---|
| string |