Class PageProcessor
- Namespace
- IO.Scanbot.Sdk.Docprocessing.Legacy
- Assembly
- DocumentSDK.NET.Droid.dll
[Obsolete("This class is obsoleted in this android platform")]
public class PageProcessor : Object
- Inheritance
-
PageProcessor
- Derived
-
Constructors
PageProcessor(IFileIOProcessor, PageFileStorage, IDocumentScanner)
public PageProcessor(IFileIOProcessor fileIOProcessor, PageFileStorage pageFileStorage, IDocumentScanner documentScanner)
Parameters
fileIOProcessor
IFileIOProcessor
pageFileStorage
PageFileStorage
documentScanner
IDocumentScanner
PageProcessor(nint, JniHandleOwnership)
protected PageProcessor(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference
nint
transfer
JniHandleOwnership
Properties
A
public IFileIOProcessor A { get; set; }
Property Value
- IFileIOProcessor
B
public PageFileStorage B { get; set; }
Property Value
- PageFileStorage
C
public IDocumentScanner C { get; set; }
Property Value
- IDocumentScanner
Methods
ApplyFilter(Page, ParametricFilter)
public Page ApplyFilter(Page page, ParametricFilter parametricFilter)
Parameters
page
Page
parametricFilter
ParametricFilter
Returns
- Page
ApplyFilter(Page, IList<ParametricFilter>)
public Page ApplyFilter(Page page, IList<ParametricFilter> parametricFilters)
Parameters
page
Page
parametricFilters
IList<ParametricFilter>
Returns
- Page
CropAndRotate(Page, int, IList<PointF>)
public Page CropAndRotate(Page page, int times, IList<PointF> polygon)
Parameters
page
Page
times
int
polygon
IList<PointF>
Returns
- Page
DetectDocument(Page)
public Page DetectDocument(Page page)
Parameters
page
Page
Returns
- Page
GenerateFilteredPreview(Page, ParametricFilter)
public Bitmap GenerateFilteredPreview(Page page, ParametricFilter parametricFilter)
Parameters
page
Page
parametricFilter
ParametricFilter
Returns
- Bitmap
Rotate(Page, int)
public Page Rotate(Page page, int times)
Parameters
page
Page
times
int
Returns
- Page