Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoQrCodeConfig

    Configuracao de QRCode

    Inheritance
    object
    EBoletoQrCodeConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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