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.
Inheritance
System.Object
PrintOptions
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class PrintOptions : Object
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
public string Height { get; set; }
Property Value
Type |
---|
System.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
public string Width { get; set; }
Property Value
Type |
---|
System.String |