Namespace: BitMiracle.Docotic.Pdf
[SerializableAttribute] public struct PdfBox : IEquatable<PdfBox>
<SerializableAttribute> Public Structure PdfBox Implements IEquatable(Of PdfBox)
The PdfBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfBox |
Initializes a new instance of the PdfBox struct.
|
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the y-coordinate of the bottom edge of this PdfBox structure.
|
![]() | Height |
Gets the height of this PdfBox structure.
|
![]() | IsEmpty | |
![]() | Left |
Gets the x-coordinate of the left edge of this PdfBox structure.
|
![]() | Location |
Gets the coordinates of the lower-left corner of this PdfBox structure.
|
![]() | Right |
Gets the x-coordinate of the right edge of this PdfBox structure.
|
![]() | Size |
Gets the size of this PdfBox.
|
![]() | Top |
Gets the y-coordinate of the top edge of this PdfBox structure.
|
![]() | Width |
Gets the width of this PdfBox structure.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Tests whether obj is a PdfBox with
the same properties.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(PdfBox) |
Tests whether this and the other boxes have same properties.
|
![]() ![]() | FromRectangle |
Maps PdfRectangle structure expressed in PdfPage coordinate system to
PDF's default user space.
|
![]() | GetHashCode |
Gets the hash code for this PdfBox structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | ToRectangle |
Maps this PdfBox structure to PdfPage coordinate system.
|
![]() | ToString() |
Converts this PdfBox to a human-readable string.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts this PdfBox to a human-readable string.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether two PdfBox structures are equal.
|
![]() ![]() | Inequality |
Tests whether two PdfBox structures are different.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Represents an instance of the PdfBox struct with its members uninitialized.
|
Name | Description | |
---|---|---|
![]() | ToRectangleF |
Maps this PdfBox structure to PdfPage coordinate system.
(Defined by PdfBoxGdiExtensions.) |