Method | Description | |
---|---|---|
ProcessImage ( ImageFactory factory ) : Image |
Processes the image.
|
|
Watermark ( ) : System |
Initializes a new instance of the Watermark class.
|
Method | Description | |
---|---|---|
GetFlags ( ImageProcessor.Imaging.TextLayer textLayer ) : StringFormatFlags? |
Returns the correct flags for the given text layer.
|
|
GetFont ( |
Returns the correct T:System.Drawing.Font for the given parameters.
|
|
GetRotateFlipType ( ImageFactory factory ) : RotateFlipType? |
Gets the correct Nullable{RotateFlipType} to ensure that the watermarked image is correct orientation when the watermark is applied.
|
public ProcessImage ( ImageFactory factory ) : Image | ||
factory | ImageFactory |
/// The current instance of the |
return | Image |