Table of Contents

Class PreviewBitmap

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Screen.Camera
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/screen/camera/PreviewBitmap", DoNotGenerateAcw = true)]
public sealed class PreviewBitmap : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
PreviewBitmap
Implements
Inherited Members

Constructors

PreviewBitmap(Bitmap, int)

[Register(".ctor", "(Landroid/graphics/Bitmap;I)V", "")]
public PreviewBitmap(Bitmap bitmap, int orientation)

Parameters

bitmap Bitmap
orientation int

Properties

Bitmap

public Bitmap Bitmap { get; }

Property Value

Bitmap

Orientation

public int Orientation { get; }

Property Value

int