Defines a pixel based bitmap image.
Inheritance Hierarchy
PdfEdit.DrawingXImage
PdfEdit.DrawingXBitmapSource
PdfEdit.DrawingXBitmapImage
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The XBitmapImage type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateBitmap |
Creates a default 24 bit ARGB bitmap with the specified pixel size.
| |
Dispose |
Under construction
(Inherited from XImage.) | |
Equals | 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.) |
Properties
Name | Description | |
---|---|---|
Format |
Gets the format of the image.
(Inherited from XImage.) | |
Height | Obsolete.
Gets the height of the image.
(Inherited from XImage.) | |
HorizontalResolution |
Gets the horizontal resolution of the image.
(Inherited from XImage.) | |
Interpolate |
Gets or sets a flag indicating whether image interpolation is to be performed.
(Inherited from XImage.) | |
PixelHeight |
Gets the height of the image in pixels.
(Inherited from XBitmapSource.) | |
PixelWidth |
Gets the width of the image in pixels.
(Inherited from XBitmapSource.) | |
PointHeight |
Gets the height of the image in point.
(Inherited from XImage.) | |
PointWidth |
Gets the width of the image in point.
(Inherited from XImage.) | |
Size |
Gets the size in point of the image.
(Inherited from XImage.) | |
VerticalResolution |
Gets the vertical resolution of the image.
(Inherited from XImage.) | |
Width | Obsolete.
Gets the width of the image.
(Inherited from XImage.) |
See Also