Show / Hide Table of Contents

Class Eraser.EraserType

Inheritance
System.Object
Eraser.EraserType
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class EraserType : Enum

Properties

AnnotationEraser

Declaration
public static Eraser.EraserType AnnotationEraser { get; }
Property Value
Type Description
Eraser.EraserType

HybridEraser

Declaration
public static Eraser.EraserType HybridEraser { get; }
Property Value
Type Description
Eraser.EraserType

InkEraser

Declaration
public static Eraser.EraserType InkEraser { get; }
Property Value
Type Description
Eraser.EraserType

JniPeerMembers

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

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

ValueOf(String)

Declaration
public static Eraser.EraserType ValueOf(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
Eraser.EraserType

Values()

Declaration
public static Eraser.EraserType[] Values()
Returns
Type Description
Eraser.EraserType[]
In This Article
Back to top Generated by DocFX