Defines the style of the watermark text.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum SWatermarkStyleFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SWatermarkStyleFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class SWatermarkStyleFlags |
Members
Member name | Value | Description | |
---|---|---|---|
AS_WMS_LEFT_ALIGNED | 1 | Left aligned. | |
AS_WMS_RIGHT_ALIGNED | 2 | Right aligned. | |
AS_WMS_CENTER_HORZ | 3 | Centered horizontally. | |
AS_WMS_TOP_ALIGNED | 4 | Top alignment. | |
AS_WMS_BOTTOM_ALIGNED | 8 | Bottom alignment. | |
AS_WMS_CENTER_VERT | 12 | Centered vertically. | |
AS_WMS_FIT | 16 | Stretched to fit the document. | |
AS_WMS_BOLD | 32 | Bold. | |
AS_WMS_ITALIC | 64 | Italic. | |
AS_WMS_UNDERLINED | 128 | Underlined. | |
AS_WMS_DRAWFRAME | 256 | Frame. | |
AS_WMS_DRAWTITLE | 512 | Title. |
Remarks
This enumeration overrides AS_WATERMARK_STYLES
defined in BlueCieloECM.AMAutoSO PIA.