Namespace: BitMiracle.Docotic.Pdf
[SerializableAttribute] public struct PdfSize
<SerializableAttribute> Public Structure PdfSize
The PdfSize type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSize(PdfPoint) |
Initializes a new instance of the PdfSize struct from the
specified PdfPoint.
|
![]() | PdfSize(PdfSize) |
Initializes a new instance of the PdfSize struct from the
specified PdfSize.
|
![]() | PdfSize(Double, Double) |
Initializes a new instance of the PdfSize struct from the
specified dimensions.
|
![]() | PdfSize(Single, Single) |
Initializes a new instance of the PdfSize struct from the
specified dimensions.
|
Name | Description | |
---|---|---|
![]() | Height |
Gets or sets the vertical component of this PdfSize.
|
![]() | IsEmpty |
Gets a value indicating whether this PdfSize has zero
width and height.
|
![]() | Width |
Gets or sets the horizontal component of this PdfSize.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds the width and height of one PdfSize structure to the
width and height of another PdfSize structure.
|
![]() | Equals |
Tests to see whether the specified object is a PdfSize with
the same dimensions as this PdfSize.
(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode |
Returns a hash code for this PdfSize structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Subtract |
Subtracts the width and height of one PdfSize structure from
the width and height of another PdfSize structure.
|
![]() | ToPdfPoint |
Converts a PdfSize to a PdfPoint.
|
![]() | ToString() |
Converts this PdfSize to a human readable string.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts this PdfSize to a human readable string.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds the width and height of one PdfSize structure to
the width and height of another PdfSize structure.
|
![]() ![]() | Equality |
Tests whether two PdfSize structures are equal.
|
![]() ![]() | Explicit(PdfSize to PdfPoint) |
Performs an explicit conversion from
PdfSize to
PdfPoint.
|
![]() ![]() | Inequality |
Tests whether two PdfSize structures are different.
|
![]() ![]() | Subtraction |
Subtracts the width and height of one PdfSize structure from
the width and height of another PdfSize structure.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty | PdfSize struct with zero dimensions.
|
Name | Description | |
---|---|---|
![]() | ToPointF |
Converts a PdfSize to a PointF.
(Defined by PdfSizeGdiExtensions.) |
![]() | ToSize |
Converts a PdfSize to a Size.
(Defined by PdfSizeGdiExtensions.) |
![]() | ToSizeF |
Converts a PdfSize to a SizeF.
(Defined by PdfSizeGdiExtensions.) |