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

In This Topic
    Type Property (PDF417Options)
    In This Topic
    Gets or set the PDF417 barcode's type.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Type As PDF417Type
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PDF417Type Type {get; set;}
    See Also