Inherits SystemIDisposable.
Public Types | |
enum | FontStyle { FontStyle.e_FontStyleNormal = 0, FontStyle.e_FontStyleUnderline = 1 } |
Enumeration for watermark font style. More... | |
Public Member Functions | |
WatermarkTextProperties (Font font, float font_size, int color, WatermarkTextProperties.FontStyle style, float line_space, Alignment alignment) | |
Constructor, with parameters. More... | |
WatermarkTextProperties () | |
Constructor. | |
WatermarkTextProperties (WatermarkTextProperties properties) | |
Constructor, with another WatermarkTextProperties. | |
void | Set (Font font, float font_size, int color, WatermarkTextProperties.FontStyle style, float line_space, Alignment alignment) |
Set value. More... | |
This class represents the watermark text settings used to construct a Watermark object from text.
|
strong |
|
inline |
Constructor, with parameters.
font | A valid Font object used for the text. |
font_size | Font size in points. |
color | Text color. Format: 0xRRGGBB. |
style | Font style. It should be one of the following values: e_FontStyleNormal e_FontStyleUnderline |
line_space | Space between vertical center of lines, in line heights. This value specifies the multiple of line heights for the space between vertical center of lines. Valid range: from 0 to 10 (not including 0 but including 10). If this value is above 10, 10 will be used as default for the text watermark. |
alignment | Text horizontal alignment. It should be one of the following values: e_AlignmentLeft e_AlignmentCenter e_AlignmentRight |
|
inline |
Set value.
font | A valid Font object used for the text. |
font_size | Font size in points. |
color | Text color. Format: 0xRRGGBB. |
style | Font style. It should be one of the following values: e_FontStyleNormal e_FontStyleUnderline |
line_space | Space between vertical center of lines, in line heights. This value specifies the multiple of line heights for the space between vertical center of lines. Valid range: from 0 to 10 (not including 0 but including 10). If this value is above 10, 10 will be used as default for the text watermark. |
alignment | Text horizontal alignment. It should be one of the following values: e_AlignmentLeft e_AlignmentCenter e_AlignmentRight |