Defines an object used to draw image files (bmp, png, jpeg, gif) and PDF forms.
An abstract base class that provides functionality for the Bitmap and Metafile descended classes.
Inheritance Hierarchy
PdfEdit.DrawingXImage
PdfEdit.DrawingXBitmapSource
PdfEdit.DrawingXForm
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The XImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XImage |
Initializes a new instance of the XImage class.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Under construction
| |
Dispose(Boolean) |
Disposes underlying GDI+ object.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExistsFile |
Tests if a file exist. Supports PDF files with page number suffix.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FromFile |
Creates an image from the specified file.
| |
FromGdiPlusImage |
Conversion from Image to XImage.
| |
FromStream |
Creates an image from the specified stream. Silverlight supports PNG and JPEF only. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from 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.) |
Operators
Name | Description | |
---|---|---|
(Image to XImage) |
Implicit conversion from Image to XImage.
|
Properties
Name | Description | |
---|---|---|
Format |
Gets the format of the image.
| |
Height | Obsolete.
Gets the height of the image.
| |
HorizontalResolution |
Gets the horizontal resolution of the image.
| |
Interpolate |
Gets or sets a flag indicating whether image interpolation is to be performed.
| |
PixelHeight |
Gets the height of the image in pixels.
| |
PixelWidth |
Gets the width of the image in pixels.
| |
PointHeight |
Gets the height of the image in point.
| |
PointWidth |
Gets the width of the image in point.
| |
Size |
Gets the size in point of the image.
| |
VerticalResolution |
Gets the vertical resolution of the image.
| |
Width | Obsolete.
Gets the width of the image.
|
See Also