Click or drag to resize

BitmapInfo Class

Represents a raw bitmap returned by PDFDraw.GetRawBitmapAsync.
Inheritance Hierarchy
SystemObject
  pdftron.PDFBitmapInfo

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class BitmapInfo : IClosable

The BitmapInfo type exposes the following members.

Constructors
  NameDescription
Public methodBitmapInfo
Default constructor.
Top
Properties
  NameDescription
Public propertyBuffer
Gets the raw buffer of the bitmap.
Public propertyBufferAsIntArray
Gets the raw buffer of the bitmap.
Public propertyDPI
Gets the DPI of the bitmap.
Public propertyHeight
Gets the height of the bitmap.
Public propertyStride
Gets the number of strides.
Public propertyWidth
Gets the width of the bitmap.
Top
Methods
  NameDescription
Public methodClose
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
See Also