Show / Hide Table of Contents

Class DiffOptions

Inheritance
System.Object
Java.Lang.Object
OptionsBase
DiffOptions
Implements
Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
Inherited Members
OptionsBase.InsertRectCollection(String, RectCollection, Int32)
OptionsBase.PushBackBool(String, Boolean)
OptionsBase.PushBackNumber(String, Double)
OptionsBase.PushBackRect(String, Rect)
OptionsBase.PushBackText(String, String)
OptionsBase.PutBool(String, Boolean)
OptionsBase.PutNumber(String, Double)
OptionsBase.PutRect(String, Rect)
OptionsBase.PutText(String, String)
Java.Lang.Object.Java.Interop.IJavaPeerable.DisposeUnlessReferenced()
Java.Lang.Object.Java.Interop.IJavaPeerable.Disposed()
Java.Lang.Object.Java.Interop.IJavaPeerable.Finalized()
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniIdentityHashCode(System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetJniManagedPeerState(Java.Interop.JniManagedPeerStates)
Java.Lang.Object.Java.Interop.IJavaPeerable.SetPeerReference(Java.Interop.JniObjectReference)
Java.Lang.Object.Dispose()
Java.Lang.Object.Dispose(System.Boolean)
Java.Lang.Object.GetObject<T>(System.IntPtr, System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.GetObject<T>(System.IntPtr, Android.Runtime.JniHandleOwnership)
Java.Lang.Object.FromArray<T>(T[])
Java.Lang.Object.Clone()
Java.Lang.Object.Equals(Java.Lang.Object)
Java.Lang.Object.JavaFinalize()
Java.Lang.Object.GetHashCode()
Java.Lang.Object.Notify()
Java.Lang.Object.NotifyAll()
Java.Lang.Object.ToString()
Java.Lang.Object.Wait()
Java.Lang.Object.Wait(System.Int64)
Java.Lang.Object.Wait(System.Int64, System.Int32)
Java.Lang.Object.Java.Interop.IJavaPeerable.JniManagedPeerState
Java.Lang.Object.Class
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF
Assembly: PDFNetAndroid.dll
Syntax
[Register("com/pdftron/pdf/DiffOptions", DoNotGenerateAcw = true)]
public class DiffOptions : OptionsBase, IJavaObject, IJavaPeerable, IDisposable

Constructors

DiffOptions()

Declaration
[Register(".ctor", "()V", "")]
public DiffOptions()

DiffOptions(IntPtr, JniHandleOwnership)

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

DiffOptions(String)

Declaration
[Register(".ctor", "(Ljava/lang/String;)V", "")]
public DiffOptions(string p0)
Parameters
Type Name Description
System.String p0

Properties

AddGroupAnnots

Declaration
public virtual bool AddGroupAnnots
{
    [Register("getAddGroupAnnots", "()Z", "GetGetAddGroupAnnotsHandler")]
    get;
}
Property Value
Type Description
System.Boolean

BlendMode

Declaration
public virtual int BlendMode
{
    [Register("getBlendMode", "()I", "GetGetBlendModeHandler")]
    get;
}
Property Value
Type Description
System.Int32

ColorA

Declaration
public virtual ColorPt ColorA
{
    [Register("getColorA", "()Lcom/pdftron/pdf/ColorPt;", "GetGetColorAHandler")]
    get;
}
Property Value
Type Description
ColorPt

ColorB

Declaration
public virtual ColorPt ColorB
{
    [Register("getColorB", "()Lcom/pdftron/pdf/ColorPt;", "GetGetColorBHandler")]
    get;
}
Property Value
Type Description
ColorPt

Methods

SetAddGroupAnnots(Boolean)

Declaration
[Register("setAddGroupAnnots", "(Z)Lcom/pdftron/pdf/DiffOptions;", "GetSetAddGroupAnnots_ZHandler")]
public virtual DiffOptions SetAddGroupAnnots(bool p0)
Parameters
Type Name Description
System.Boolean p0
Returns
Type Description
DiffOptions

SetBlendMode(Int32)

Declaration
[Register("setBlendMode", "(I)Lcom/pdftron/pdf/DiffOptions;", "GetSetBlendMode_IHandler")]
public virtual DiffOptions SetBlendMode(int p0)
Parameters
Type Name Description
System.Int32 p0
Returns
Type Description
DiffOptions

SetColorA(ColorPt)

Declaration
[Register("setColorA", "(Lcom/pdftron/pdf/ColorPt;)Lcom/pdftron/pdf/DiffOptions;", "GetSetColorA_Lcom_pdftron_pdf_ColorPt_Handler")]
public virtual DiffOptions SetColorA(ColorPt p0)
Parameters
Type Name Description
ColorPt p0
Returns
Type Description
DiffOptions

SetColorB(ColorPt)

Declaration
[Register("setColorB", "(Lcom/pdftron/pdf/ColorPt;)Lcom/pdftron/pdf/DiffOptions;", "GetSetColorB_Lcom_pdftron_pdf_ColorPt_Handler")]
public virtual DiffOptions SetColorB(ColorPt p0)
Parameters
Type Name Description
ColorPt p0
Returns
Type Description
DiffOptions

Implements

Android.Runtime.IJavaObject
Java.Interop.IJavaPeerable
System.IDisposable
In This Article
Back to top Generated by DocFX