AttributeValues Class |
Namespace: Resto.Front.Api.Data.Cheques
public static class AttributeValues
The AttributeValues type exposes the following members.
| Name | Description | |
|---|---|---|
| Bottom |
Align a content to the bottom.
| |
| Center |
Align a content by the center.
| |
| Clip |
Do not resize the image. Cut off any parts that do not fit within the target dimensions.
| |
| CutText |
Excess text will be trimmed out.
| |
| Empty |
Empty value applicable to attributes for which only their presence is important.
| |
| Extralarge |
Specifies the largest size of a QR code.
| |
| Fit |
Image will be resized proportionally (stretched or squeezzed) to fit within the target dimensions while preserving its aspect ratio.
| |
| High |
Specifies the "Q" (Quartile) level of error correction for a QR code as defined in ISO/IEC 18004:2015.
| |
| Justify |
Justify a content.
| |
| Large |
Specifies a size of a QR code that is larger than "normal".
| |
| LargeFont |
The largest possible font size.
| |
| Left |
Align a content to the left.
| |
| Low |
Specifies the "L" (Low) level of error correction for a QR code as defined in ISO/IEC 18004:2015.
| |
| Medium |
Specifies the "M" (Medium) level of error correction for a QR code as defined in ISO/IEC 18004:2015.
| |
| MediumFont |
Medium font size.
| |
| Normal |
Specifies the "normal" size option for a QR code. This size is the default option and is suitable for most use cases.
| |
| Off |
Turns off the feature defined in the associated attribute.
| |
| On |
Turns on the feature defined in the associated attribute.
| |
| Right |
Align a content to the right.
| |
| Small |
Specifies a size of a QR code that is smaller than "normal".
| |
| SmallFont |
The smallest possible font size, used by default.
| |
| SplitText |
Split text into lines on whitespaces.
| |
| Tiny |
Specifies the smallest size of a QR code.
| |
| Top |
Align a content to the top.
| |
| Ultra |
Specifies the "H" (High) level of error correction for a QR code as defined in ISO/IEC 18004:2015.
| |
| WrapText |
Split text into lines on any chars.
|