Web API Edition | ComponentOne
C1.BarCode Namespace / PDF417Options Class / Row Property

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