Table of Contents

Class PDRectangle

Namespace
Org.Apache.Pdfbox.Pdmodel.Common
Assembly
MASES.NetPDF.dll
public class PDRectangle : COSObjectable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICOSObjectable
Inheritance
PDRectangle
Implements
Derived

Constructors

PDRectangle()

public PDRectangle()

PDRectangle(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PDRectangle(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

PDRectangle(BoundingBox)

public PDRectangle(BoundingBox arg0)

Parameters

arg0 BoundingBox

BoundingBox

PDRectangle(COSArray)

public PDRectangle(COSArray arg0)

Parameters

arg0 COSArray

COSArray

PDRectangle(float, float)

public PDRectangle(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

PDRectangle(float, float, float, float)

public PDRectangle(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

Properties

A0

public static PDRectangle A0 { get; set; }

Property Value

PDRectangle

A1

public static PDRectangle A1 { get; set; }

Property Value

PDRectangle

A2

public static PDRectangle A2 { get; set; }

Property Value

PDRectangle

A3

public static PDRectangle A3 { get; set; }

Property Value

PDRectangle

A4

public static PDRectangle A4 { get; set; }

Property Value

PDRectangle

A5

public static PDRectangle A5 { get; set; }

Property Value

PDRectangle

A6

public static PDRectangle A6 { get; set; }

Property Value

PDRectangle

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COSArray

public COSArray COSArray { get; }

Property Value

COSArray

COSObject

public COSBase COSObject { get; }

Property Value

COSBase

Height

public float Height { get; }

Property Value

float

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool
public static PDRectangle LEGAL { get; set; }

Property Value

PDRectangle

LETTER

public static PDRectangle LETTER { get; set; }

Property Value

PDRectangle

LowerLeftX

public float LowerLeftX { get; set; }

Property Value

float

LowerLeftY

public float LowerLeftY { get; set; }

Property Value

float

TABLOID

public static PDRectangle TABLOID { get; set; }

Property Value

PDRectangle

UpperRightX

public float UpperRightX { get; set; }

Property Value

float

UpperRightY

public float UpperRightY { get; set; }

Property Value

float

Width

public float Width { get; }

Property Value

float

Methods

Contains(float, float)

public bool Contains(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for PDRectangle()

public static PDRectangle CreatePoolableInstance()

Returns

PDRectangle

CreatePoolableInstance(BoundingBox)

HPA initializer for PDRectangle(Org.Apache.Fontbox.Util.BoundingBox arg0)

public static PDRectangle CreatePoolableInstance(BoundingBox arg0)

Parameters

arg0 BoundingBox

Returns

PDRectangle

CreatePoolableInstance(COSArray)

HPA initializer for PDRectangle(Org.Apache.Pdfbox.Cos.COSArray arg0)

public static PDRectangle CreatePoolableInstance(COSArray arg0)

Parameters

arg0 COSArray

Returns

PDRectangle

CreatePoolableInstance(float, float)

HPA initializer for PDRectangle(float arg0, float arg1)

public static PDRectangle CreatePoolableInstance(float arg0, float arg1)

Parameters

arg0 float
arg1 float

Returns

PDRectangle

CreatePoolableInstance(float, float, float, float)

HPA initializer for PDRectangle(float arg0, float arg1, float arg2, float arg3)

public static PDRectangle CreatePoolableInstance(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float
arg1 float
arg2 float
arg3 float

Returns

PDRectangle

CreateRetranslatedRectangle()

public PDRectangle CreateRetranslatedRectangle()

Returns

PDRectangle

PDRectangle

ToGeneralPath()

public GeneralPath ToGeneralPath()

Returns

GeneralPath

GeneralPath

Transform(Matrix)

public GeneralPath Transform(Matrix arg0)

Parameters

arg0 Matrix

Matrix

Returns

GeneralPath

GeneralPath