L_GetRasterPdfInfo

#include "l_bitmap.h"

L_LTFIL_API L_INT EXT_FUNCTION L_GetRasterPdfInfo(pszPdfFileName, nPageNumber, pRasterPdfInfo)

Gets information about a raster PDF file created with the PDF support available in the LEADTOOLS PDF Pro, Pro Suite, and the Document and Medical toolkits. 

Parameters

L_TCHAR* pszPdfFileName

Character string that contains the name of the source RTF file.

L_INT nPageNumber

Number of the PDF page to get information about it. The page number is 1-based. Therefore, the first page is page 1, the second page is page 2, etc.

pRASTERPDFINFO pRasterPdfInfo

Pointer to RASTERPDFINFO structure that will be updated with information about requested page in PDF file.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function is designed to work with files created by LEADTOOLS Raster PDF plugin, but it also may work with most of Raster PDF files created by other vendors.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

This example will get raster information for a raster pdf saved by LEADTOOLS Raster pdf plugin

L_INT GetRasterPdfInfoExample(L_TCHAR* pszPdfFileName,  
                                          pRASTERPDFINFO pRasterPdfInfo) 
 
{ 
   return L_GetRasterPdfInfo(pszPdfFileName, 1, pRasterPdfInfo); 
} 

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help