Class EBoletoQrCodeConfig
Configuracao de QRCode
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class EBoletoQrCodeConfig
Properties
Height
Altura
Declaration
[XmlElement("Height")]
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ImageFormat
Formato de imagem
Declaration
[XmlElement("ImageFormat")]
public EBoletoQrCodeImageFormat ImageFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoQrCodeImageFormat |
Quality
Qualidade
Declaration
[XmlElement("Quality")]
public int Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Largura
Declaration
[XmlElement("Width")]
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |