Virtual Method
EvinceDocumentDocumentget_page_size
Declaration [src]
void
get_page_size (
EvDocument* document,
EvPage* page,
double* width,
double* height
)
Parameters
page |
EvPage |
No description available. | |
The data is owned by the caller of the function. | |
width |
double* |
Return location for the width of the page, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
height |
double* |
Return location for the height of the page, or |
|
The argument will be set by the function. | |
The argument can be NULL . |