FSPDF_WATERMARK_SETTINGS Struct Reference

Structure for watermark settings. More...

#include <fpdf_watermark_w.h>

Public Attributes

FS_DWORD position
 Position mode. More...
 
FS_FLOAT offsetX
 Horizontal offset, in points.
 
FS_FLOAT offsetY
 Vertical offset, in points.
 
FS_DWORD flags
 Watermark flags. More...
 
FS_FLOAT scaleX
 Horizontal scale coefficient.
 
FS_FLOAT scaleY
 Vertical scale coefficient. It should be greater than 0.001f.
 
FS_FLOAT rotation
 Rotation angle in degrees. It should be greater than 0.001f.
 
FS_INT32 opacity
 Opacity in percents. 0 for transparent and 100 for opaque.
 

Detailed Description

Structure for watermark settings.

Note
It is used for all four kinds of watermark.

Member Data Documentation

FS_DWORD FSPDF_WATERMARK_SETTINGS::flags

Watermark flags.

Please refer to macro definitions FSPDF_WATERMARKFLAG_XXX and this can be one or a combination of these macros.

FS_DWORD FSPDF_WATERMARK_SETTINGS::position

Position mode.

Please refer to macro definitions FSPDF_WATERMARKPOS_XXX and this should be one of these macros.


The documentation for this struct was generated from the following file:

Foxit Corporation