|
| | WatermarkSettings (float x_pos, float y_pos, float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) |
| | 带参数的构造函数。 更多...
|
| |
| | WatermarkSettings (const WatermarkSettings &settings) |
| | 构造函数,通过另一个水印位置属性对象。 更多...
|
| |
| virtual bool | IsValid () const |
| | 检查当前对象是否有效。 更多...
|
| |
| WatermarkSettings & | operator= (const WatermarkSettings &settings) |
| | 赋值操作符。 更多...
|
| |
| void | Set (float x_pos, float y_pos, float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) |
| | 设置值。 更多...
|
| |
| | BaseWatermarkSettings (float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) |
| | 带参数的构造函数。 更多...
|
| |
| | BaseWatermarkSettings (const BaseWatermarkSettings &settings) |
| | 构造函数,通过另一个水印基本属性对象。 更多...
|
| |
| BaseWatermarkSettings & | operator= (const BaseWatermarkSettings &settings) |
| | 赋值操作符。 更多...
|
| |
| void | Set (float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) |
| | 设置值。 更多...
|
| |