Table of Contents

Class PdfRendererPreV.Page

Namespace
Android.Graphics.Pdf
Assembly
MASES.Netdroid.dll
public class PdfRendererPreV.Page : AutoCloseable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
PdfRendererPreV.Page
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Page()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Page()

Page(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Page(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ApplyEdit(FormEditRecord)

public List<Rect> ApplyEdit(FormEditRecord arg0)

Parameters

arg0 FormEditRecord

FormEditRecord

Returns

List<Rect>

List

Close()

public void Close()

GetFormWidgetInfoAtIndex(int)

public FormWidgetInfo GetFormWidgetInfoAtIndex(int arg0)

Parameters

arg0 int

int

Returns

FormWidgetInfo

FormWidgetInfo

GetFormWidgetInfoAtPosition(int, int)

public FormWidgetInfo GetFormWidgetInfoAtPosition(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

FormWidgetInfo

FormWidgetInfo

GetFormWidgetInfos()

public List<FormWidgetInfo> GetFormWidgetInfos()

Returns

List<FormWidgetInfo>

List

GetFormWidgetInfos(int[])

public List<FormWidgetInfo> GetFormWidgetInfos(int[] arg0)

Parameters

arg0 int[]

int

Returns

List<FormWidgetInfo>

List

public List<PdfPageGotoLinkContent> GetGotoLinks()

Returns

List<PdfPageGotoLinkContent>

List

GetHeight()

public int GetHeight()

Returns

int

int

GetImageContents()

public List<PdfPageImageContent> GetImageContents()

Returns

List<PdfPageImageContent>

List

GetIndex()

public int GetIndex()

Returns

int

int

GetLinkContents()

public List<PdfPageLinkContent> GetLinkContents()

Returns

List<PdfPageLinkContent>

List

GetTextContents()

public List<PdfPageTextContent> GetTextContents()

Returns

List<PdfPageTextContent>

List

GetWidth()

public int GetWidth()

Returns

int

int

Render(Bitmap, Rect, Matrix, RenderParams)

public void Render(Bitmap arg0, Rect arg1, Matrix arg2, RenderParams arg3)

Parameters

arg0 Bitmap

Bitmap

arg1 Rect

Rect

arg2 Matrix

Matrix

arg3 RenderParams

RenderParams

SearchText(String)

public List<PageMatchBounds> SearchText(String arg0)

Parameters

arg0 String

String

Returns

List<PageMatchBounds>

List

SelectContent(SelectionBoundary, SelectionBoundary)

public PageSelection SelectContent(SelectionBoundary arg0, SelectionBoundary arg1)

Parameters

arg0 SelectionBoundary

SelectionBoundary

arg1 SelectionBoundary

SelectionBoundary

Returns

PageSelection

PageSelection