Virtual Method
PapersDocumentDocumentget_page_size
Declaration [src]
void
get_page_size (
PpsDocument* document,
PpsPage* page_index,
double* width,
double* height
)
Parameters
page_index
-
Type:
PpsPage
Index of page.
The data is owned by the caller of the method. width
-
Type:
double*
Return location for the width of the page, or
NULL
.The argument will be set by the function. The argument can be NULL
. height
-
Type:
double*
Return location for the height of the page, or
NULL
.The argument will be set by the function. The argument can be NULL
.