API Reference
Class
RenderDefaults
Shared rendering defaults across formats.
Inheritance
- Object
- RenderDefaults
Inherited Methods
Fields
public static readonly Rgba32 QrForeground #Default foreground color for QR and 2D matrices.
public static readonly Rgba32 QrBackground #Default background color for QR and 2D matrices.
public const String QrForegroundCss #Default foreground CSS color for QR and 2D matrices.
Value:
#000public const String QrBackgroundCss #Default background CSS color for QR and 2D matrices.
Value:
#fffpublic static readonly Rgba32 BarcodeForeground #Default foreground color for 1D barcodes.
public static readonly Rgba32 BarcodeBackground #Default background color for 1D barcodes.
public const Int32 BarcodeLabelFontSize #Default label font size in pixels for 1D barcodes.
Value:
12public const String BarcodeLabelFontFamily #Default label font family for 1D barcodes.
Value:
Segoe UI, Arial, sans-serif