Defines an abstract base class for pixel based images.
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 XBitmapSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XBitmapSource | Initializes a new instance of the XBitmapSource class |
Methods
Name | Description | |
---|---|---|
Dispose |
Under construction
(Inherited from XImage.) | |
Dispose(Boolean) |
Disposes underlying GDI+ object.
(Inherited from XImage.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
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.) |
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.
(Overrides XImagePixelHeight.) | |
PixelWidth |
Gets the width of the image in pixels.
(Overrides XImagePixelWidth.) | |
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