ImageGear Professional DLL v18.1 for Windows
IG_PDF_basstr_create
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASSTR > IG_PDF_basstr_create

Glossary Item Box

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

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basstr_create(
        HIG_PDF_DOC hDoc,
        AT_PDF_BOOL bIndirect,
        LPBYTE lpString,
        LONG nBytes,
        LPHIG_PDF_BASOBJ lphString 
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC The document in which the object is used.
bIndirect AT_PDF_BOOL If TRUE, creates the string as an indirect object. If FALSE, creates the string as a direct object.
lpString LPBYTE The value the new string will have.
nBytes LONG The length of lpString.
lphString LPHIG_PDF_BASOBJ The value the new string will have.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.