|
Foxit PDF SDK
|
Public 成员函数 | |
| BaseWatermarkSettings (float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) | |
| 带参数的构造函数。 更多... | |
| BaseWatermarkSettings (const BaseWatermarkSettings &settings) | |
| 构造函数,通过另一个水印基本属性对象。 更多... | |
| virtual bool | IsValid () const |
| 检查当前对象是否有效。 更多... | |
| BaseWatermarkSettings & | operator= (const BaseWatermarkSettings &settings) |
| 赋值操作符。 更多... | |
| void | Set (float width, float height, float rotation, foxit::uint8 opacity, bool visible=true, bool printable=true) |
| 设置值。 更多... | |
Public 属性 | |
| float | height |
| 水印高度,单位为毫米。 更多... | |
| foxit::uint8 | opacity |
| 水印透明度,范围为0-255,0表示完全透明,255表示不透明。 更多... | |
| bool | printable |
| 水印是否可打印。 更多... | |
| float | rotation |
| 水印顺时针旋转角度,范围为0-360。 更多... | |
| bool | visible |
| 水印是否可见。 更多... | |
| float | width |
| 水印宽度,单位为毫米。 更多... | |
此类表示和OFD水印相关的基本属性。
|
inlineexplicit |
带参数的构造函数。
| [in] | width | 水印宽度,单位为毫米。 |
| [in] | height | 水印高度,单位为毫米。 |
| [in] | rotation | 水印顺时针旋转角度,范围为0-360。 |
| [in] | opacity | 水印透明度,范围为0-255,0表示完全透明,255表示不透明。 |
| [in] | visible | 水印是否可见,默认值为true。 |
| [in] | printable | 水印是否可打印,默认值为true。 |
|
inline |
构造函数,通过另一个水印基本属性对象。
| [in] | settings | 另一个水印基本属性对象。 |
|
inlinevirtual |
检查当前对象是否有效。
当前对象有效时,表示当前对象包含合法的水印基本属性信息。
被 foxit::ofd::TiledWatermarkSettings, foxit::ofd::AlignmentWatermarkSettings , 以及 foxit::ofd::WatermarkSettings 重载.
|
inline |
赋值操作符。
| [in] | settings | 另一个水印基本属性对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | width | 水印宽度,单位为毫米。 |
| [in] | height | 水印高度,单位为毫米。 |
| [in] | rotation | 水印顺时针旋转角度,范围为0-360。 |
| [in] | opacity | 水印透明度,范围为0-255,0表示完全透明,255表示不透明。 |
| [in] | visible | 水印是否可见,默认值为true。 |
| [in] | printable | 水印是否可打印,默认值为true。 |
| float foxit::ofd::BaseWatermarkSettings::height |
水印高度,单位为毫米。
| foxit::uint8 foxit::ofd::BaseWatermarkSettings::opacity |
水印透明度,范围为0-255,0表示完全透明,255表示不透明。
| bool foxit::ofd::BaseWatermarkSettings::printable |
水印是否可打印。
| float foxit::ofd::BaseWatermarkSettings::rotation |
水印顺时针旋转角度,范围为0-360。
| bool foxit::ofd::BaseWatermarkSettings::visible |
水印是否可见。
| float foxit::ofd::BaseWatermarkSettings::width |
水印宽度,单位为毫米。