Class PixQRCodeConfig
Configuração do QRCode
Inherited Members
Namespace: Unimake.Business.DFe.Xml.PIX
Assembly: Unimake.Business.DFe.dll
Syntax
public class PixQRCodeConfig
Properties
Height
Altura
Declaration
[XmlElement("Height", Order = 1)]
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ImageFormat
Formato da imagem
Declaration
[XmlElement("ImageFormat", Order = 3)]
public PixQrCodeImageFormat ImageFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| PixQrCodeImageFormat |
Quality
Qualidade
Declaration
[XmlElement("Quality", Order = 2)]
public int Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Largura
Declaration
[XmlElement("Width", Order = 0)]
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |