This namespace provides classes which can be used to encapsulate and manipulate PDF shape objects in PDF documents. PDF shape objects are saved to the content stream of output documents.
Classes
| Class | Description | |
|---|---|---|
| PdfArrowShape |
Arrow shape which will be permanently added to document content stream.
| |
| PdfCheckShape |
Check mark shape which will be permanently added to document content stream.
| |
| PdfEllipseShape |
Ellipse (circular) shape which will be permanently added to document content stream.
| |
| PdfImageShape |
Image shape which will be permanently added to document content stream.
| |
| PdfInkShape |
Ink (freehand / scribble) shape which will be permanently added to document content stream.
| |
| PdfLineShape |
Line shape which will be permanently added to document content stream.
| |
| PdfPolygonShape |
Abstract polygon shape which will be permanently added to document content stream.
| |
| PdfRectangleShape |
Rectangle shape which will be permanently added to document content stream.
| |
| PdfTextShape |
Text shape which will be permanently added to document content stream.
| |
| PdfWhiteoutShape |
Whiteout shape which will be permanently added to document content stream.
|