DynaPDF Manual - Page 553
Previous Page 552 Index Next Page 554
Function Reference
Page 553 of 874
if the destination page is 21 the return value should be 43 because this is the last page that was
invoked during import.
If the function fails the return value is a negative error code.
InitBarcode2
Syntax:
LBOOL pdfInitBarcode2(
struct TPDFBarcode2* Barcode) // Barcode structure
The function initializes the TPDFBarcode2 structure with default values. The member StructSize must
be set to sizeof(TPDFBarcode2) before the function can be called. The structure size is used to
identify different versions of the structure.
Please note that many members of the structure must be initialized with non-zero values.
Initializing the structure with zero is no meaningful initialization.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
Previous topic: Incremental updates
Next topic: InitColorManagement