Enum WatermarkImageSize
Specifies the watermark image size mode.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum WatermarkImageSize
Fields
| Name | Description |
|---|---|
| Center | Specifies the centered image. |
| Normal | Specifies the normal (original) size. |
| Stretch | Specifies the stretched image. |
| Tile | Specifies the tiled image. |
| Zoom | Specifies the stretched image that keeps its aspect ratio. |