For a list of all members of this class, see below.
| Public Constructors |
Description |
Writer Constructor |
Overloaded. Initializes a new instance of the Writer
class from existing Image or file. |
| |
|
| Public Properties |
Description |
Angle |
Gets or sets angle of watermark in degree |
Border |
Gets or sets border structure of watermark |
BoundedArea |
Gets the bounded area of watermark, only readable after
watermark is written |
BoundedSize |
Gets the bounded size of watermark, only readable after
text is written |
Brush |
Gets or sets the brush of watermark text, only available
when BrushStyle is Customized |
BrushStyle |
Gets or sets the BrushStyle for writing watermark text,
refer to angGoGo.CoolWatermark.BrushStyle
|
Colors |
Gets or sets an array of color, needed in brush to write
text |
Effect |
Gets or sets effectstyle of watermark text, refer to
angGoGo.CoolWatermark.EffectStyle
|
FontFamily |
Gets or sets fontfamily of watermark text , refer to
System.Drawing.FontFamily |
FontSize |
Gets or sets fontsize of watermark text |
FontStyle |
Gets or sets fontstyle of watermark text, refer to System.Drawing.FontStyle
|
Hollow |
Gets or sets whether the watermark text is hollow |
Image |
Gets the Image object encapsulated in the Writer |
InterpolationMode |
Gets or sets the interpolation mode associated with
the text watermark. |
Opacity |
Gets or sets the opacity of watermark, the value is
between 0 and 100 |
Position |
Gets or sets the exact horizontal position to write
watermark, only available in PositionStyle.Customize |
PositionStyle
|
Gets or sets positionstyle, refer to angGoGo.CoolWatermark.PositionStyle
|
Shadow |
Gets or sets shadow structure of watermark text |
Shape |
Gets or sets the shape of watermark text, refer to angGoGo.CoolWatermark.Shape
|
SmoothingMode |
Gets or sets the rendering quality for the text watermark.
It doesn't work with Gradient effects. |
Spacing |
Gets or sets the spacing of watermark position |
StringFormat
|
Gets or sets watermark text stringformat, refer to System.Drawing.StringFormat
|
TextContrast
|
Gets or sets the gamma correction value for rendering
watermark text |
TextRenderingHint
|
Gets or sets the rendering mode for watermark text |
| |
|
| Public Methods |
Description |
Dispose |
Releases all resources used by Writer class |
GetVersion |
Gets the version of CoolWatermark |
GetVersionName
|
Gets the version name of CoolWatermark |
LoadImage |
Overloaded. Load a new image from Image or an existing
photo file to writer watermark |
Reset |
Reset the Image encapsulated in Writer class |
WriteImage |
Write an image on the loaded image |
WriteText |
Write a specialized text on the loaded image |