ComponentOne BarCode for UWP
C1.BarCode Namespace / PDF417Options Class / Row Property

In This Topic
    Row Property
    In This Topic
    Gets or sets row numbers for the barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(-1)>
    Public Property Row As System.Integer
    [System.ComponentModel.DefaultValue(-1)]
    public System.int Row {get; set;}
    See Also