AddBarcodeOptions
Overview
AddBarcodeOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: alt, artifact, color, layer, quietZone, render, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
render | : 'vector' | 'raster' | Read | ‘vector’ (filled rectangles, default) or ‘raster’ (1-bit /ImageMask stencil). |
color | : [number, number, number] | Read | Dark-module color (RGB 0..1). |
quietZone | : boolean | Read | Include the symbology’s recommended quiet-zone margins. |
text | : boolean | Read | Draw the human-readable payload under a 1D barcode. |
layer | : Layer | Read | Attach the drawing to an optional-content layer. |
tag | : StructElement | Read | Tag the drawing into the logical structure tree (marked content). |
alt | : string | Read | Create a /Figure carrying this /Alt and tag the drawing into it. |
artifact | : boolean | Read | Mark the drawing as an /Artifact — decoration carrying no meaning. |