XBitmapSource ClassTerminal Works - PDF Printing.Net Library
Defines an abstract base class for pixel based images.
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 abstract class XBitmapSource : XImage

The XBitmapSource type exposes the following members.

Constructors

  NameDescription
Protected methodXBitmapSource
Initializes a new instance of the XBitmapSource class
Top
Methods

  NameDescription
Public methodDispose
Under construction
(Inherited from XImage.)
Protected methodDispose(Boolean)
Disposes underlying GDI+ object.
(Inherited from XImage.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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.
(Overrides XImagePixelHeight.)
Public propertyPixelWidth
Gets the width of the image in pixels.
(Overrides XImagePixelWidth.)
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