Show / Hide Table of Contents

Class LineEndingStyle

Inheritance
System.Object
LineEndingStyle
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class LineEndingStyle : Enum

Properties

Butt

Declaration
public static LineEndingStyle Butt { get; }
Property Value
Type Description
LineEndingStyle

Circle

Declaration
public static LineEndingStyle Circle { get; }
Property Value
Type Description
LineEndingStyle

ClosedArrow

Declaration
public static LineEndingStyle ClosedArrow { get; }
Property Value
Type Description
LineEndingStyle

Diamond

Declaration
public static LineEndingStyle Diamond { get; }
Property Value
Type Description
LineEndingStyle

JniPeerMembers

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

None

Declaration
public static LineEndingStyle None { get; }
Property Value
Type Description
LineEndingStyle

OpenArrow

Declaration
public static LineEndingStyle OpenArrow { get; }
Property Value
Type Description
LineEndingStyle

RClosedArrow

Declaration
public static LineEndingStyle RClosedArrow { get; }
Property Value
Type Description
LineEndingStyle

Resource

Declaration
public int Resource { get; }
Property Value
Type Description
System.Int32

ROpenArrow

Declaration
public static LineEndingStyle ROpenArrow { get; }
Property Value
Type Description
LineEndingStyle

Slash

Declaration
public static LineEndingStyle Slash { get; }
Property Value
Type Description
LineEndingStyle

Square

Declaration
public static LineEndingStyle Square { get; }
Property Value
Type Description
LineEndingStyle

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

FromInteger(Integer)

Declaration
public static LineEndingStyle FromInteger(Integer number)
Parameters
Type Name Description
Java.Lang.Integer number
Returns
Type Description
LineEndingStyle

ValueOf(String)

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

Values()

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