![]() |
PDFix SDK
6.5.0
|
PdfWatermarkParams. More...
Public Attributes | |
PdfPageRangeParams | page_range |
int | order_top |
PdfAlignment | h_align |
PdfAlignment | v_align |
int | percentage_vals |
double | h_value |
double | v_value |
double | scale |
double | rotation |
double | opacity |
PdfWatermarkParams.
Page rendering flags.
PdfAlignment _PdfWatermarkParams::h_align |
The horizontal alignment to be used when adding the watermark to a page.
double _PdfWatermarkParams::h_value |
The horizontal offset value to be used when adding the watermark on a page. If percentageVals is 1, this value is a percentage of the page width, with 1.0 meaning 100 % . If percentageVals is 0, this value is in user units.
double _PdfWatermarkParams::opacity |
The opacity to be used when adding the watermark, with 0.0 meaning fully transparent and 1.0 meaning fully opaque.
int _PdfWatermarkParams::order_top |
An integer specifying where in the page z-order the watermark should be added. If it is 1, the watermark is added to the front of the page; if it is 0, it is added as a background.
PdfPageRangeParams _PdfWatermarkParams::page_range |
The page range of the document to which the watermark should be added.
int _PdfWatermarkParams::percentage_vals |
An integer specifying the units of horizValue and vertValue. If it is 1, horizValue and vertValue represent percentages of the page dimensions. If it is 0, horizValue and vertValue are in user units.
double _PdfWatermarkParams::rotation |
The counter-clockwise rotation, in degrees, to be used when adding the watermark.
double _PdfWatermarkParams::scale |
The scale factor to be used when adding the watermark, with 1.0 meaning 100%.
PdfAlignment _PdfWatermarkParams::v_align |
The vertical alignment to be used when adding the watermark to a page.
double _PdfWatermarkParams::v_value |
The vertical offset value to be used when adding the watermark on a page. If percentageVals is 1, this value is a percentage of the page height, with 1.0 meaning 100 % . If percentageVals is 0, this value is in user units.