ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basbool_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASBOOL > IG_PDF_basbool_create

Glossary Item Box

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

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basbool_create(
        HIG_PDF_DOC hDoc,
        AT_PDF_BOOL bIndirect,
        AT_PDF_BOOL bValue,
        LPHIG_PDF_BASOBJ lphBool 
);

Arguments:

hDoc The document in which the Boolean is used.
bIndirect If TRUE, creates the Boolean object as an indirect object. If FALSE, creates the Boolean as a direct object.
bValue The value the new Boolean will have.
lphBool A Boolean object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.