Table of Contents

Class PropertyTableFieldDesignQRBarcodeSource

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

Table field barcode source for designable QR codes with embedded image support.

public class PropertyTableFieldDesignQRBarcodeSource : PropertyTableFieldBarCodeSource
Inheritance
PropertyTableFieldDesignQRBarcodeSource
Inherited Members

Properties

ErrorCorrection

Gets or sets the 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