Show / Hide Table of Contents

Class BitmapInfo

Inheritance
System.Object
BitmapInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class BitmapInfo

Constructors

BitmapInfo(BitmapInfo)

Declaration
public BitmapInfo(BitmapInfo b)
Parameters
Type Name Description
BitmapInfo b

BitmapInfo(Int32, Int32, Int32, Double, IntPtr)

Declaration
public BitmapInfo(int w, int h, int s, double d, IntPtr b)
Parameters
Type Name Description
System.Int32 w
System.Int32 h
System.Int32 s
System.Double d
System.IntPtr b

Properties

Buffer

Declaration
public byte[] Buffer { get; }
Property Value
Type Description
System.Byte[]

Dpi

Declaration
public double Dpi { get; set; }
Property Value
Type Description
System.Double

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
System.Int32

Stride

Declaration
public int Stride { get; set; }
Property Value
Type Description
System.Int32

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX