QRCodeOverlaySettingsBuilder

Methods

Height(System.Double)

The height of the overlay in pixels.

Parameters

value - System.Double

The value for Height

RETURNS

Returns the current QRCodeOverlaySettingsBuilder instance.

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

RETURNS

Returns the current QRCodeOverlaySettingsBuilder instance.

ImageUrl(System.String)

The URL of the displayed overlay image.

Parameters

value - System.String

The value for ImageUrl

RETURNS

Returns the current QRCodeOverlaySettingsBuilder instance.

Width(System.Double)

The width of the overlay in pixels.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current QRCodeOverlaySettingsBuilder instance.