PDFix SDK  6.5.0
_PdfWatermarkParams Struct Reference

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
 

Detailed Description

PdfWatermarkParams.

Page rendering flags.

Member Data Documentation

◆ h_align

PdfAlignment _PdfWatermarkParams::h_align

The horizontal alignment to be used when adding the watermark to a page.

◆ h_value

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.

◆ opacity

double _PdfWatermarkParams::opacity

The opacity to be used when adding the watermark, with 0.0 meaning fully transparent and 1.0 meaning fully opaque.

◆ order_top

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.

◆ page_range

PdfPageRangeParams _PdfWatermarkParams::page_range

The page range of the document to which the watermark should be added.

◆ percentage_vals

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.

◆ rotation

double _PdfWatermarkParams::rotation

The counter-clockwise rotation, in degrees, to be used when adding the watermark.

◆ scale

double _PdfWatermarkParams::scale

The scale factor to be used when adding the watermark, with 1.0 meaning 100%.

◆ v_align

PdfAlignment _PdfWatermarkParams::v_align

The vertical alignment to be used when adding the watermark to a page.

◆ v_value

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.