Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / GcBarcode Class / CodeType Property

In This Topic
    CodeType Property
    In This Topic
    Gets or sets the barcode encoding. The default is CodeType.Code39.
    Syntax
    'Declaration
     
    Public Property CodeType As CodeType
    public CodeType CodeType {get; set;}
    See Also