A image to be added to the header or footer of the rendered PDF document. The PdfConverter.PdfHeaderOptions.ImageArea
property should be set with an object of this type.
| C# | Visual Basic | Visual C++ |
public class ImageArea : PdfElement
Public Class ImageArea Inherits PdfElement
public ref class ImageArea : public PdfElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ImageArea(Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
| ImageArea(Single, Single, Single, Single, String) |
Creates an ImageElement from the specified file that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
| |
| ImageArea(Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the destWidth width and an auto detected height.
| |
| ImageArea(Single, Single, Single, Single, Image) |
Creates an ImageElement from the specified System.Drawing.Image object that will be rendered at the position (x,y)
with the (destWidth,destHeight) size.
| |
| DestHeight |
Gets or sets the image destination height
| |
| DestWidth |
Gets or sets the image destination width
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
| ImageObj |
Gets the underlying image object
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Transparency |
Gets or sets element transparency. The transparency is expressed as a value between 0 and 100.
0 means completely transparent and 100 completely opaque.
| |
| XLocation |
Gets or sets the image location on X
| |
| YLocation |
Gets or sets the image location on Y
|
| Object | ||
| PdfElement | ||
| ImageArea | ||
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)