ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASFIXED / IG_PDF_basfixed_create
In This Topic
    IG_PDF_basfixed_create
    In This Topic

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

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_basfixed_create(
            HIG_PDF_DOC hDoc,
            AT_PDF_BOOL bIndirect,
            LONG nValue,
            LPHIG_PDF_BASOBJ lphFixed 
    );
    

    Arguments:

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

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.