ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_basint_create
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASINT > IG_PDF_basint_create

Creates a new integer object associated with the specified document and having the specified value.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basint_create(
        HIG_PDF_DOC hDoc,
        AT_PDF_BOOL bIndirect,
        LONG nValue,
        LPHIG_PDF_BASOBJ lphInt 
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC The document in which the object is used.
bIndirect AT_PDF_BOOL If TRUE, creates the integer as an indirect object. If FALSE, creates the integer as a direct object.
nValue LONG The value the new integer will have.
lphInt LPHIG_PDF_BASOBJ An integer object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.