XBitmapImage ClassTerminal Works - PDF Printing.Net Library
Defines a pixel based bitmap image.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXImage
    PdfEdit.DrawingXBitmapSource
      PdfEdit.DrawingXBitmapImage

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public sealed class XBitmapImage : XBitmapSource

The XBitmapImage type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateBitmap
Creates a default 24 bit ARGB bitmap with the specified pixel size.
Public methodDispose
Under construction
(Inherited from XImage.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFormat
Gets the format of the image.
(Inherited from XImage.)
Public propertyHeight Obsolete.
Gets the height of the image.
(Inherited from XImage.)
Public propertyHorizontalResolution
Gets the horizontal resolution of the image.
(Inherited from XImage.)
Public propertyInterpolate
Gets or sets a flag indicating whether image interpolation is to be performed.
(Inherited from XImage.)
Public propertyPixelHeight
Gets the height of the image in pixels.
(Inherited from XBitmapSource.)
Public propertyPixelWidth
Gets the width of the image in pixels.
(Inherited from XBitmapSource.)
Public propertyPointHeight
Gets the height of the image in point.
(Inherited from XImage.)
Public propertyPointWidth
Gets the width of the image in point.
(Inherited from XImage.)
Public propertySize
Gets the size in point of the image.
(Inherited from XImage.)
Public propertyVerticalResolution
Gets the vertical resolution of the image.
(Inherited from XImage.)
Public propertyWidth Obsolete.
Gets the width of the image.
(Inherited from XImage.)
Top
See Also

Reference