PageSize
PageSize Public class
Description
The PageSize-object contains a number of read only rectangles representing the most common paper sizes.
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text
iTextSharp.text.PageSize[[PageSize]]
end
Members
Methods
Public Static methods
| Returns | Name |
|---|---|
Rectangle | GetRectangle(string name) |
Details
Summary
The PageSize-object contains a number of read only rectangles representing the most common paper sizes.
See also
Constructors
PageSize
public PageSize()
Methods
GetRectangle
Source codepublic static Rectangle GetRectangle(string name)
Arguments
| Type | Name | Description |
|---|---|---|
string | name |
Generated with ModularDoc