Skip to main content
Skip table of contents

PdfRectangle

PdfRectangle Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfRectangle[[PdfRectangle]]
  iTextSharp.text.pdf.NumberArray[[NumberArray]]
  end
iTextSharp.text.pdf.NumberArray --> iTextSharp.text.pdf.PdfRectangle

Members

Properties

Public properties
TypeNameMethods
floatBottomget
floatHeightget
floatLeftget
RectangleRectangleget
floatRightget
PdfRectangleRotateget
floatTopget
floatWidthget

Methods

Public methods
ReturnsName
boolAdd(...)
voidAddFirst(PdfObject obj)
floatGetBottom(int margin)
floatGetLeft(int margin)
floatGetRight(int margin)
floatGetTop(int margin)
PdfRectangleTransform(...)

Details

Inheritance

Constructors

PdfRectangle [1/6]

Source code

public PdfRectangle(float llx, float lly, float urx, float ury, int rotation)
Arguments
TypeNameDescription
floatllx
floatlly
floaturx
floatury
introtation
PdfRectangle [2/6]

Source code

public PdfRectangle(float llx, float lly, float urx, float ury)
Arguments
TypeNameDescription
floatllx
floatlly
floaturx
floatury
PdfRectangle [3/6]

Source code

public PdfRectangle(float urx, float ury, int rotation)
Arguments
TypeNameDescription
floaturx
floatury
introtation
PdfRectangle [4/6]

Source code

public PdfRectangle(float urx, float ury)
Arguments
TypeNameDescription
floaturx
floatury
PdfRectangle [5/6]

Source code

public PdfRectangle(Rectangle rectangle, int rotation)
Arguments
TypeNameDescription
Rectanglerectangle
introtation
PdfRectangle [6/6]

Source code

public PdfRectangle(Rectangle rectangle)
Arguments
TypeNameDescription
Rectanglerectangle

Methods

Add [1/3]

Source code

public override bool Add(PdfObject obj)
Arguments
TypeNameDescription
PdfObjectobj
Add [2/3]

Source code

public override bool Add(float[] values)
Arguments
TypeNameDescription
float``[]values
Add [3/3]

Source code

public override bool Add(int[] values)
Arguments
TypeNameDescription
int``[]values
AddFirst

Source code

public override void AddFirst(PdfObject obj)
Arguments
TypeNameDescription
PdfObjectobj
GetLeft

Source code

public virtual float GetLeft(int margin)
Arguments
TypeNameDescription
intmargin
GetRight

Source code

public virtual float GetRight(int margin)
Arguments
TypeNameDescription
intmargin
GetTop

Source code

public virtual float GetTop(int margin)
Arguments
TypeNameDescription
intmargin
GetBottom

Source code

public virtual float GetBottom(int margin)
Arguments
TypeNameDescription
intmargin
Transform [1/2]

Source code

public PdfRectangle Transform(Matrix transform)
Arguments
TypeNameDescription
Matrixtransform
Transform [2/2]

Source code

public virtual PdfRectangle Transform(AffineTransform transform)
Arguments
TypeNameDescription
AffineTransformtransform

Properties

Rectangle
public virtual Rectangle Rectangle { get; }
Left
public virtual float Left { get; }
Right
public virtual float Right { get; }
Top
public virtual float Top { get; }
Bottom
public virtual float Bottom { get; }
Width
public virtual float Width { get; }
Height
public virtual float Height { get; }
Rotate
public virtual PdfRectangle Rotate { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.