Class AnnotSnappingManager
Inheritance
System.Object
AnnotSnappingManager
Assembly: PDFViewCtrlTools.dll
public class AnnotSnappingManager : Object
Constructors
Declaration
public AnnotSnappingManager()
Declaration
protected AnnotSnappingManager(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
Properties
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type |
Description |
Java.Interop.JniPeerMembers |
|
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Declaration
protected override Type ThresholdType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
Declaration
public virtual AnnotSnappingManager.SnappingResult CheckSnapping(PDFViewCtrl pdfViewCtrl, Annot annot, Rect rect, int pageNum, bool pageCenterSnapping, bool annotCenterSnapping, bool annotLeftSnapping, bool annotTopSnapping, bool annotRightSnapping, bool annotBottomSnapping)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
pdftronprivate.PDF.Annot |
annot |
|
pdftronprivate.PDF.Rect |
rect |
|
System.Int32 |
pageNum |
|
System.Boolean |
pageCenterSnapping |
|
System.Boolean |
annotCenterSnapping |
|
System.Boolean |
annotLeftSnapping |
|
System.Boolean |
annotTopSnapping |
|
System.Boolean |
annotRightSnapping |
|
System.Boolean |
annotBottomSnapping |
|
Returns
Declaration
public virtual void ClearCache()
Declaration
public virtual void SetEnabled(bool enabled)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
Declaration
public virtual void SetPaused(bool paused)
Parameters
Type |
Name |
Description |
System.Boolean |
paused |
|
Declaration
public virtual void SetThreshold(double threshold)
Parameters
Type |
Name |
Description |
System.Double |
threshold |
|
Declaration
public virtual void TryUpdateCache(PDFViewCtrl pdfViewCtrl, bool forceUpdate)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
System.Boolean |
forceUpdate |
|