| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageLayout Inherits System.Enum | |
| C# | |
|---|---|
public enum ImageLayout : System.Enum | |
| Member | Description |
|---|---|
| Bottom | The bottom edge of the image is aligned with the bottom edge of the annotation rectangle. |
| Center | The image is centered within the annotation rectangle. |
| Left | The left edge of the image is aligned with the left edge of the annotation rectangle. |
| LeftBottom | The left and bottom edges of the image are aligned with the left and bottom edges of the annotation rectangle. |
| LeftTop | The left and top edges of the image are aligned with the left and top edges of the annotation rectangle. |
| Right | The right edge of the image is aligned with the right edge of the annotation rectangle. |
| RightBottom | The right and bottom edges of the image are aligned with the right and bottom edges of the annotation rectangle. |
| RightTop | The right and top edges of the image are aligned with the right and top edges of the annotation rectangle. |
| Stretch | The image is stretched (or shrunk) to fit the annotation rectangle exactly without regard to aspect ratio. |
| Tile | The image, at its actual size, is tiled within the annotation rectangle. |
| Top | The top edge of the image is aligned with the top edge of the annotation rectangle. |
| Zoom | The image is resized to fit within the control. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Document.Section.Annotations.ImageLayout