Skip to main content

BarcodeHandlerData

Classes

BarcodeHandlerData

This is a base class for all the classes which represent a state of a vector object.

Extends

Constructors

Constructor
new BarcodeHandlerData(handler): BarcodeHandlerData;
Parameters
ParameterType
handlerBarcodeItemHandler
Returns

BarcodeHandlerData

Overrides

ShapeHandlerData.constructor

Properties

currentFileId
currentFileId: string;
dpi
dpi: number;
errorMessage
errorMessage: string;
errorText
errorText: string;
errorTextImageFileId
errorTextImageFileId: string;
ID
ID: string;
Inherited from

ShapeHandlerData.ID

P
P: any[] = [];
Inherited from

ShapeHandlerData.P

size
size: number;
stubPostScriptName
stubPostScriptName: string;
stubText
stubText: string;
stubTextImageFileId
stubTextImageFileId: string;
Tg
Tg: any = null;
Inherited from

ShapeHandlerData.Tg

Methods

applyState()
applyState(data, handler): void;
Parameters
ParameterType
dataBarcodeHandlerData
handlerBarcodeItemHandler
Returns

void

Overrides

ShapeHandlerData.applyState

Was this page helpful?