Class BitmapInfo
Assembly: PDFTronDotNet.dll
Syntax
Constructors
BitmapInfo(int, int, int, double, IntPtr)
Declaration
public BitmapInfo(int w, int h, int s, double d, IntPtr b)
Parameters
BitmapInfo(BitmapInfo)
Declaration
public BitmapInfo(BitmapInfo b)
Parameters
Properties
Buffer
Declaration
public byte[] Buffer { get; }
Property Value
Dpi
Declaration
public double Dpi { get; set; }
Property Value
Height
Declaration
public int Height { get; set; }
Property Value
Stride
Declaration
public int Stride { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value