Image

Represents an image report element.

public class Image : LayoutElement
Public Class Image
    Inherits LayoutElement

Inheritance: ObjectLayoutElementImage

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AlignGets or sets the Align enumeration that specifies horizontal alignment of the image on the X coordinate.
AlternateTextGets or sets the alternate text of the image.
AngleGets or sets the angle of the image in degrees.
DataNameGets or sets the data name of the image.
ExpandToFitGets or sets the boolean to expand the image.
HeightGets or sets the height of the image.
ImageDataGets or sets the ImageData of the Image.
ScaleXGets or sets the horizontal scale of the image.
ScaleYGets or sets the vertical scale of the image.
ShrinkToFitGets or sets the boolean to shrink the image.
VAlignGets or sets the VAlign enumeration that specifies vertical alignment of the image on the Y coordinate.
WidthGets or sets the width of the image.
XGets or sets the X coordinate of the image.
YGets or sets the Y coordinate of the image.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

Events

Image.DynamicPathValueSet
Image.DynamicPathValueSetting
Image.LaidOutOccurs after the image has been laid out.
Image.LayingOutOccurs before the image is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic