Show / Hide Table of Contents

Class AnnotSnappingManager.SnappingResult

Inheritance
System.Object
AnnotSnappingManager.SnappingResult
Namespace: pdftron.PDF.Tools.Utils
Assembly: PDFViewCtrlTools.dll
Syntax
public class SnappingResult : Object

Constructors

SnappingResult()

Declaration
public SnappingResult()

SnappingResult(ICollection<AnnotSnappingManager.SnappingType>, Rect, IList<Pair>)

Declaration
public SnappingResult(ICollection<AnnotSnappingManager.SnappingType> snappingType, Rect rect, IList<Pair> snappingLines)
Parameters
Type Name Description
System.Collections.Generic.ICollection<AnnotSnappingManager.SnappingType> snappingType
pdftronprivate.PDF.Rect rect
System.Collections.Generic.IList<Android.Util.Pair> snappingLines

SnappingResult(IntPtr, JniHandleOwnership)

Declaration
protected SnappingResult(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

IsSnapping

Declaration
public virtual bool IsSnapping { get; }
Property Value
Type Description
System.Boolean

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

Rect

Declaration
public virtual Rect Rect { get; }
Property Value
Type Description
pdftronprivate.PDF.Rect

SnappingLines

Declaration
public virtual IList<Pair> SnappingLines { get; }
Property Value
Type Description
System.Collections.Generic.IList<Android.Util.Pair>

SnappingType

Declaration
public virtual ICollection<AnnotSnappingManager.SnappingType> SnappingType { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<AnnotSnappingManager.SnappingType>

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type
In This Article
Back to top Generated by DocFX