Class QrStyleOptions
Inheritance
System.Object
QrStyleOptions
Assembly: IronQr.dll
Syntax
public sealed class QrStyleOptions : ValueType
Constructors
QrStyleOptions()
Declaration
QrStyleOptions(Int32, Int32, Color, Color, Nullable<QrLogo>)
Declaration
public QrStyleOptions(int dimensions = 300, int margins = 10, Color color = null, Color backgroundColor = null, Nullable<QrLogo> logo = null)
Parameters
Type |
Name |
Description |
System.Int32 |
dimensions |
|
System.Int32 |
margins |
|
IronSoftware.Drawing.Color |
color |
|
IronSoftware.Drawing.Color |
backgroundColor |
|
System.Nullable<QrLogo> |
logo |
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.Color |
|
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.Color |
|
Dimensions
Declaration
public int Dimensions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Logo
Declaration
public Nullable<QrLogo> Logo { get; set; }
Property Value
Type |
Description |
System.Nullable<QrLogo> |
|
MarginBottom
Declaration
public int MarginBottom { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MarginLeft
Declaration
public int MarginLeft { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MarginRight
Declaration
public int MarginRight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Margins
Declaration
public int Margins { set; }
Property Value
Type |
Description |
System.Int32 |
|
MarginTop
Declaration
public int MarginTop { get; set; }
Property Value
Type |
Description |
System.Int32 |
|