Atalasoft.PdfDoc.Geometry Namespace |
Class | Description | |
---|---|---|
PdfPointCollection |
Represents a list of PdfPoint objects.
| |
PdfQuadrilateral |
This class represents a four-sided polygon. It is typically used in marking text on the page.
For drawing order purposes, if the quadrilateral is a rectangle on the page, P0 is the lower-left
corner, P1 is the lower-right corner, P2 is the upper right corner, and P3 is the upper-left corner.
Misordering the points may result in the shape being rendered upside down or as a bow-tie.
| |
PdfQuadrilateralCollection |
This class represents a collection of PdfQuadrilateral objects.
| |
PdfTransform |
A class representing a matrix transform usable with the Pdf Generating Tools.
| |
RangeT |
Range represents an orderable range of values.
|
Structure | Description | |
---|---|---|
PdfBounds |
A struct representing the bounds of an object in Pdf space.
| |
PdfPoint |
A representation of a point in PDF space.
|
Enumeration | Description | |
---|---|---|
PdfTransformType |
The type of transform that a PdfTransform is
|