Render area type definition. More...
#include <plugin_render.h>
Data Fields | |
float | x_offset |
float | y_offset |
float | width |
float | height |
Render area type definition.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 40 of file plugin_render.h.
float RenderArea::height |
height of the render area, represented by the ratio relating to the height of the whole page
Definition at line 48 of file plugin_render.h.
Referenced by pdf::PDFPage::get_content_area(), pdf::get_content_area_in_pixel(), pdf::init_render_area(), and pdf::is_render_area_valid().
float RenderArea::width |
width of the render area, represented by the ratio relating to the width of the whole page
Definition at line 46 of file plugin_render.h.
Referenced by pdf::PDFPage::get_content_area(), pdf::get_content_area_in_pixel(), pdf::init_render_area(), and pdf::is_render_area_valid().
float RenderArea::x_offset |
Offset in X axis, represented by the ratio relatingto the width of the whole page
Definition at line 42 of file plugin_render.h.
Referenced by pdf::PDFPage::get_content_area(), pdf::get_content_area_in_pixel(), and pdf::init_render_area().
float RenderArea::y_offset |
Offset in Y axis, represented by the ratio relating to the height of the whole page
Definition at line 44 of file plugin_render.h.
Referenced by pdf::PDFPage::get_content_area(), pdf::get_content_area_in_pixel(), and pdf::init_render_area().