Kendo.Mvc.UI.Fluent.QRCodeOverlaySettingsBuilder
Defines the fluent API for configuring QRCodeOverlaySettings
Methods
Height(System.Double)
The height of the overlay in pixels.
Parameters
value System.Double
The value for Height
Type(System.String)
Available options are image and swiss. When set to image you have to specify the url source of the image. If set to swiss a Swiss QR Code is created.
Parameters
value System.String
The value for Type
ImageUrl(System.String)
The URL of the displayed overlay image.
Parameters
value System.String
The value for ImageUrl
Width(System.Double)
The width of the overlay in pixels.
Parameters
value System.Double
The value for Width