Constructors
Constructor | Overloaded Initializes a new instance of the Image class. |
Public Methods
Draw (inherited from RotatingPageElement) | Overridden. Draws the page element to the given PageWriter object. |
Equals (inherited from Object) | See System.Object |
GetHashCode (inherited from Object) | See System.Object |
GetType (inherited from Object) | See System.Object |
SetBounds | Scales the image to fit in the given box keeping the X and Y scale equal. |
SetDpi | Scales the image to have the specified dpi (also known as pixels per inch). |
SetSize | Scales the image to fit the exact width and height given. |
ToString (inherited from Object) | See System.Object |
Public Properties
Align | Gets or sets the Align enumeration that specifies horizontal alignment of the image on the X coordinate. |
Angle (inherited from RotatingPageElement) | Gets or sets the heights of the angle element. |
Height | Gets or sets the height of the image. |
HorizontalDpi | Gets or sets the horizontal dpi (also known as pixels per inch) of the image. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
ImageData | Get the image's ImageData object. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
ScaleX | Gets or sets the horizontal scale of the image. |
ScaleY | Gets or sets the vertical scale of the image. |
VAlign | Gets or sets the VAlign enumeration that specifies vertical alignment of the image on the Y coordinate. |
VerticalDpi | Gets or sets the vertical dpi (also known as pixels per inch) of the image. |
Width | Gets or sets the width of the image. |
X (inherited from RotatingPageElement) | Gets or sets the X coordinate of the page element. |
Y (inherited from RotatingPageElement) | Gets or sets the Y coordinate of the page element. |
Protected Methods
DrawRotated | Overridden. Draws the image to the given PageWriter object. |
Finalize (inherited from Object) | See System.Object |
MemberwiseClone (inherited from Object) | See System.Object |
SetRequiredLicenseLevel (inherited from PageElement) | Sets the license level required by the page element. |
See Also
Image Class | ceTe.DynamicPDF.PageElements Namespace




