Show / Hide Table of Contents

Class UserCropDialogFragment

Inheritance
System.Object
UserCropDialogFragment
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class UserCropDialogFragment : DialogFragment

Constructors

UserCropDialogFragment()

Declaration
public UserCropDialogFragment()

UserCropDialogFragment(IntPtr, JniHandleOwnership)

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

Properties

IsCropped

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

JniPeerMembers

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

MButtonApply

Declaration
protected Button MButtonApply { get; set; }
Property Value
Type Description
Android.Widget.Button

MCropPageHost

Declaration
protected RelativeLayout MCropPageHost { get; set; }
Property Value
Type Description
Android.Widget.RelativeLayout

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

Methods

NewInstance()

Declaration
public static UserCropDialogFragment NewInstance()
Returns
Type Description
UserCropDialogFragment

SetOnUserCropDialogDismissListener(UserCropDialogFragment.IOnUserCropDialogDismissListener)

Declaration
public virtual void SetOnUserCropDialogDismissListener(UserCropDialogFragment.IOnUserCropDialogDismissListener listener)
Parameters
Type Name Description
UserCropDialogFragment.IOnUserCropDialogDismissListener listener

SetPdfViewCtrl(PDFViewCtrl)

Declaration
public virtual UserCropDialogFragment SetPdfViewCtrl(PDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
Returns
Type Description
UserCropDialogFragment

Events

UserCropDialogDismiss

Declaration
public event EventHandler<UserCropDialogFragment.UserCropDialogDismissEventArgs> UserCropDialogDismiss
Event Type
Type Description
System.EventHandler<UserCropDialogFragment.UserCropDialogDismissEventArgs>
In This Article
Back to top Generated by DocFX