ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_DOC / IG_PDF_doc_get_is_linearized
In This Topic
    IG_PDF_doc_get_is_linearized
    In This Topic

    Determines whether or not the PDF document is linearized.

    Declaration:

     
    Copy Code
    IG_PDF_doc_get_is_linearized(
         HIG_PDF_DOC hDoc, 
         LPAT_BOOL lpbIsLinearized
    );
    

    Arguments:

    Name Type Description
    hDoc HIG_PDF_DOC The PDF document that is open.
    lpbIsLinearized LPAT_BOOL A Boolean value indicating whether the document is linearized or not.

    Return Value:

    The current error count.

    Supported Raster Image Formats:

    This function does not process image pixels.