Web API Core | ComponentOne
C1.Web.Api.BarCode Namespace / BarCodeRequest Class / CodeType Property

In This Topic
    CodeType Property
    In This Topic
    The type of encoding to use when generating the barcode image.
    Syntax
    'Declaration
     
    
    Public Property CodeType As GrapeCity.Documents.Barcode.CodeType
    public GrapeCity.Documents.Barcode.CodeType CodeType {get; set;}
    See Also