[This is preliminary documentation and is subject to change.]
The PdfSize type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | PdfSize | Initializes a new instance of the PdfSize class |
Methods
Name | Description | |
---|---|---|
![]() | ChangeUnits |
Change unit of the size and recalculate height and width
|
![]() | Equals(Object) | (Overrides ![]() |
![]() | Equals(PdfSize) | |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetHashCode | (Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Overrides ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | Height |
Height measured in values calculated according to Unit property
(by default: 1 pt = 1/72 inch)
|
![]() | Unit |
Pdf unit measured in default points (1 pt = 1/72 inch)
|
![]() | Width |
Width measured in values calculated according to Unit property
(by default: 1 pt = 1/72 inch)
|
See Also