Web API Edition | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_PDF417Options_Type", "Gets or set the PDF417 barcode's type.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Type As PDF417Type
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_PDF417Options_Type", "Gets or set the PDF417 barcode's type.")]
    [NotifyParentProperty(true)]
    public PDF417Type Type {get; set;}
    See Also