Show / Hide Table of Contents

Class CustomRelativeLayout

Inheritance
System.Object
NativeCustomRelativeLayout
CustomRelativeLayout
Implements
pdftronprivate.PDF.PDFViewCtrl.IOnCanvasSizeChangeListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
pdftronprivate.PDF.PDFViewCtrl.IPageSlidingListener
Inherited Members
NativeCustomRelativeLayout.OnCanvasSizeChanged()
NativeCustomRelativeLayout.OnScrollOffsetChanged(Int32, Int32)
NativeCustomRelativeLayout.SetAnnot(PDFViewCtrl, Annot, Int32)
NativeCustomRelativeLayout.SetPagePosition(Double, Double, Int32)
NativeCustomRelativeLayout.SetRect(PDFViewCtrl, Rect, Int32)
NativeCustomRelativeLayout.SetScreenPosition(Double, Double, Int32)
NativeCustomRelativeLayout.SetScreenRect(Double, Double, Double, Double, Int32)
NativeCustomRelativeLayout.SetZoomWithParent(Boolean)
NativeCustomRelativeLayout.MPageNum
NativeCustomRelativeLayout.MPagePosBottom
NativeCustomRelativeLayout.MPagePosLeft
NativeCustomRelativeLayout.MPagePosRight
NativeCustomRelativeLayout.MPagePosTop
NativeCustomRelativeLayout.MParentView
NativeCustomRelativeLayout.MScreenPt1
NativeCustomRelativeLayout.MScreenPt2
NativeCustomRelativeLayout.MScreenX1Save
NativeCustomRelativeLayout.MScreenX2Save
NativeCustomRelativeLayout.MScreenY1Save
NativeCustomRelativeLayout.MScreenY2Save
NativeCustomRelativeLayout.MScrollOffsetX
NativeCustomRelativeLayout.MScrollOffsetY
NativeCustomRelativeLayout.MZoomWithParent
NativeCustomRelativeLayout.JniPeerMembers
NativeCustomRelativeLayout.ThresholdClass
NativeCustomRelativeLayout.ThresholdType
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class CustomRelativeLayout : NativeCustomRelativeLayout

Constructors

CustomRelativeLayout(Context)

Declaration
public CustomRelativeLayout(Context context)
Parameters
Type Name Description
Android.Content.Context context

CustomRelativeLayout(Context, IAttributeSet)

Declaration
public CustomRelativeLayout(Context context, IAttributeSet attrs)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs

CustomRelativeLayout(Context, IAttributeSet, Int32)

Declaration
public CustomRelativeLayout(Context context, IAttributeSet attrs, int defStyle)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs
System.Int32 defStyle

CustomRelativeLayout(Context, PDFViewCtrl, Double, Double, Int32)

Declaration
public CustomRelativeLayout(Context context, PDFViewCtrl parent, double x, double y, int pageNum)
Parameters
Type Name Description
Android.Content.Context context
pdftron.PDF.PDFViewCtrl parent
System.Double x
System.Double y
System.Int32 pageNum

Implements

pdftronprivate.PDF.PDFViewCtrl.IOnCanvasSizeChangeListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
pdftronprivate.PDF.PDFViewCtrl.IPageSlidingListener
In This Article
Back to top Generated by DocFX