Web API Edition | ComponentOne
C1.BarCode Namespace / Ean128Fnc1Options Class / Dpi Property

In This Topic
    Dpi Property (Ean128Fnc1Options)
    In This Topic
    Gets or sets the resolution of the printer.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_Ean128Fnc1Options_Dpi", "Gets or sets the resolution of the printer.")>
    Public Property Dpi As Integer
    [DefaultValue(0)]
    [#YUc("Desc_Ean128Fnc1Options_Dpi", "Gets or sets the resolution of the printer.")]
    public int Dpi {get; set;}
    See Also