1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateBarcode class
  8. /
  9. TemplateBarcode constructor

TemplateBarcode constructor

init

Initializes a new instance of the TemplateBarcode class.

def __init__(self, rectangle, name):
    ...
Parameter Type Description
rectangle groupdocs.parser.data.Rectangle The rectangular area that contains the template barcode field.
name System.String The barcode field name.

init {#groupdocs.parser.data.Rectangle-System.String-System.Nullable`1[[System.Double]]}

Constructs a new instance of TemplateBarcode

def __init__(self, rectangle, name, page_width):
    ...
Parameter Type Description
rectangle groupdocs.parser.data.Rectangle
name System.String
page_width System.Nullable`1[[System.Double]]

init {#groupdocs.parser.data.Rectangle-System.String-System.Nullable`1[[System.Double]]-bool}

Constructs a new instance of TemplateBarcode

def __init__(self, rectangle, name, page_width, use_upper_case_name):
    ...
Parameter Type Description
rectangle groupdocs.parser.data.Rectangle
name System.String
page_width System.Nullable`1[[System.Double]]
use_upper_case_name bool

See Also