Table of Contents

Class PageExtensions

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
DocumentSDK.NET.Droid.dll
public static class PageExtensions
Inheritance
PageExtensions
Inherited Members

Methods

Copy(Page, string, IList<PointF>, DetectionStatus, ImageFilterType, IList<ParametricFilter>, Size, PageImageSource)

public static Page Copy(this Page other, string pageId = null, IList<PointF> polygon = null, DetectionStatus detectionStatus = null, ImageFilterType filter = null, IList<ParametricFilter> parametricFilters = null, Page.Size documentImageSizeLimit = null, PageImageSource pageImageSource = null)

Parameters

other Page
pageId string
polygon IList<PointF>
detectionStatus DetectionStatus
filter ImageFilterType
parametricFilters IList<ParametricFilter>
documentImageSizeLimit Page.Size
pageImageSource PageImageSource

Returns

Page