Image overview

Constructors

 ConstructorOverloaded 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
 SetBoundsScales the image to fit in the given box keeping the X and Y scale equal.
 SetDpiScales the image to have the specified dpi (also known as pixels per inch).
 SetSizeScales the image to fit the exact width and height given.
 ToString (inherited from Object)See System.Object

Public Properties

 AlignGets 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.
 HeightGets or sets the height of the image.
 HorizontalDpiGets 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.
 ImageDataGet the image's ImageData object.
 RequiredLicenseLevel (inherited from PageElement)Gets the required license level of the page element.
 ScaleXGets or sets the horizontal scale of the image.
 ScaleYGets or sets the vertical scale of the image.
 VAlignGets or sets the VAlign enumeration that specifies vertical alignment of the image on the Y coordinate.
 VerticalDpiGets or sets the vertical dpi (also known as pixels per inch) of the image.
 WidthGets 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

 DrawRotatedOverridden. 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