Table of Contents

Class PropertyDesignQRBarcodeSource

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Barcode source for designable QR codes including embedded image and reserved space properties.

public class PropertyDesignQRBarcodeSource : PropertyBarcodeSource
Inheritance
PropertyDesignQRBarcodeSource
Inherited Members

Properties

ErrorCorrection

Gets or sets the QR error correction level.

public string ErrorCorrection { get; set; }

Property Value

string

Image

Gets the image contents configuration for embedded logos.

[JsonInclude]
public PropertyDrawingContents Image { get; }

Property Value

PropertyDrawingContents

ImageArea

Gets the reserved space settings defining image area on the code.

[JsonInclude]
public PropertyReservedSpace ImageArea { get; }

Property Value

PropertyReservedSpace

RoundingPercentage

Gets or sets the rounding percentage for module shaping.

public string RoundingPercentage { get; set; }

Property Value

string

SizePercentage

Gets or sets the size percentage for module scaling.

public string SizePercentage { get; set; }

Property Value

string

Methods

GetPropertyVirtualValue(string, string, ref bool)

Checks for the propertys virtual value in the current object or in the DesignQR core object.

protected override string GetPropertyVirtualValue(string propertyName, string virtualValue, ref bool exists)

Parameters

propertyName string
virtualValue string
exists bool

Returns

string