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
Image
Gets the image contents configuration for embedded logos.
[JsonInclude]
public PropertyDrawingContents Image { get; }
Property Value
ImageArea
Gets the reserved space settings defining image area on the code.
[JsonInclude]
public PropertyReservedSpace ImageArea { get; }
Property Value
RoundingPercentage
Gets or sets the rounding percentage for module shaping.
public string RoundingPercentage { get; set; }
Property Value
SizePercentage
Gets or sets the size percentage for module scaling.
public string SizePercentage { get; set; }
Property Value
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)