API_HOME_PAGE_INFO

This function returns the data of the page.

API function name: api_home_page_info(pageNumber, documentID, path, local)
Parameters:

pageNumber <int> [required]

documentID <int> [optional]

path <string> [optional]

local <bool> [optional]

Return Type:

PageInfo

{

float DPIX,

float DPIY,

int Width,

int Height,

int Compression,

int FillOrder,

int BitsPerPixel,

int ColorDepth,

int Rotation,

}

Programmer notes: None
Code Example:

None