PDF File Writer Class Library - Author Uzi Granot
PdfRectangle Class |
PDF rectangle in double precision class
Inheritance HierarchyNamespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public class PdfRectangle
The PdfRectangle type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | PdfRectangle |
Default constructor.
|
![]() | PdfRectangle(Double) |
Constructor for margin
|
![]() | PdfRectangle(PdfRectangle) |
Copy constructor
|
![]() | PdfRectangle(Double, Double) |
Constructor for margin
|
![]() | PdfRectangle(Double, Double, Double, Double) |
Constructor
|
Properties| Name | Description | |
|---|---|---|
![]() | Bottom |
Gets or sets bottom side.
|
![]() | Height |
Gets height
|
![]() | Left |
Gets or sets Left side.
|
![]() | Right |
Gets or sets right side.
|
![]() | Top |
Gets or sets top side.
|
![]() | Width |
Gets width
|
Methods| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Note: Microsoft rectangle is left, top, width and height.
PDF rectangle is left, bottom, right and top.
PDF numeric precision is double and Microsoft is Single.
See Also

