Struct PdfBox
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Represents a rectangle expressed in PDF's default user space coordinate system. In default user space the positive X axis extends horizontally to the right and the positive Y axis extends vertically upward.
public struct PdfBox : IEquatable<PdfBox>
- Implements
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfBox(double, double, double, double)
Initializes a new instance of the PdfBox struct.
Fields
Properties
Methods
- Equals(PdfBox)
Tests whether this and the
other
boxes have same properties.
- Equals(object?)
Tests whether
obj
is a PdfBox with the same properties.
- FromRectangle(PdfRectangle, double)
Maps PdfRectangle structure expressed in PdfPage coordinate system to PDF's default user space.
- GetHashCode()
Gets the hash code for this PdfBox structure.
- ToString()
Converts this PdfBox to a human-readable string.
- ToString(IFormatProvider)
Converts this PdfBox to a human-readable string.
Operators
- operator ==(PdfBox, PdfBox)
Tests whether two PdfBox structures are equal.
- operator !=(PdfBox, PdfBox)
Tests whether two PdfBox structures are different.