Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.

<void> BarcodeCollection.addAtFixedPositionOnPage(<RequestBarcodeFrameCallback> callback, [<ErrorCallback> errorCallback], <BarcodeType> barcodeType, <string> text, <number> pageNumber, <Point> location, <FrameInsertionMode> insertionMode)

Parameters

Parameter Description
callback The newly created barcode object is returned via this callback function.
errorCallback Optional. Is called when the operation failed with an error.
barcodeType The barcode type.
text The text the barcode should encrypt.
pageNumber Specifies the number of a page beginning with 1 where the barcode is located.
location Specifies the location, in twips, at which the barcode is to be inserted. This is a location relative to the top left corner either of a page or of a paragraph.
insertionMode Specifies how the text flow is handled.