Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PixQRCodeConfig

    Configuração do QRCode

    Inheritance
    object
    PixQRCodeConfig
    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.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