Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace (Vintasoft.Imaging.Pdf)
In This Topic
Contains classes, which represent the graphic figures of PDF page.
Classes
| Class | Description |
 | AlignmentPanel | Represents a panel with elements alignment. |
 | AlignmentPanelElement | Represents an alignment panel element. |
 | ContentStreamGraphicsFigure | Provides a graphics figure of content stream, i.e. a sequence of graphical operators of a content stream. |
 | ContentStreamGraphicsFigureGroup | Provides a group of graphics figures of content stream, i.e. a sequence of graphical operators of a content stream. |
 | ContentStreamGraphicsFigureTextGroup | Provides a group of content stream text figures, i.e. a sequence of text operators of a content stream. |
 | CurvesFigure | Represents a Bezier curve figure. |
 | EllipseFigure | Represents an ellipse figure. |
 | FormXObjectFigure | Represents a base class of a Form XObject graphics figure, i.e. a set of graphical commands for drawing Form XObject on PdfGraphics. |
 | GraphicsFigure | Provides an abstract base class for graphics figure. Graphics figure is a set of commands for drawing figure on PdfGraphics. |
 | GraphicsFigureChangedEventArgs | Provides data for the Changed event. |
 | GraphicsFigureGroup | Represents a group of graphics figures. |
 | GraphicsFigurePoints | Defines the point collection of graphics figure. |
 | GraphicsFigurePointsEditor | Provides editing of reference points of a graphics figure. |
 | GraphicsFigureUndoAction | Undo action that stores information about changes in GraphicsFigure. |
 | ImageFigure | Represents an image. |
 | LinesFigure | Represents a polyline figure. |
 | PdfAnnotationGraphicsFigure | Represents a PDF annotation graphics figure, i.e. a set of commands for drawing PdfAnnotation on PdfGraphics. |
 | PdfFreeTextAnnotationGraphicsFigure | Represents a PDF free text annotation graphics figure, i.e. a set of commands for drawing PdfFreeTextAnnotation on PdfGraphics. |
 | PdfInkAnnotationGraphicsFigure | Represents a PDF Ink annotation graphics figure, i.e. a set of commands for drawing PdfInkAnnotation on PdfGraphics. |
 | PdfLineAnnotationGraphicsFigure | Represents a PDF line annotation graphics figure, i.e. a set of commands for drawing PdfLineAnnotation on PdfGraphics. |
 | PdfPolygonalAnnotationGraphicsFigure | Represents a PDF polygonal annotation graphics figure, i.e. a set of commands for drawing PdfPolygonalAnnotation on PdfGraphics. |
 | PdfTextMarkupAnnotationGraphicsFigure | Represents a PDF Text markup annotation graphics figure, i.e. a set of commands for drawing PdfTextMarkupAnnotation on PdfGraphics. |
 | PdfWidgetAnnotationGraphicsFigure | Represents an annotation graphics figure, i.e. a set of commands for drawing widget annotation of PdfInteractiveFormField on PdfGraphics. |
 | PointBasedGraphicsFigure | Represents a point-based graphics figure. |
 | PolygonFigure | Represents a polygon figure. |
 | RectangleFigure | Represents a rectangle figure, i.e. a set of commands for drawing rectangle on PdfGraphics. |
 | TextBoxFigure | Represents a text box figure. |
 | TextLineFigure | Represents a text line figure, i.e. a set of commands for drawing text line on PdfGraphics. |
 | VintasoftImageFigure | Represents a VintasoftImage graphics figure, i.e. a set of graphical commands for drawing image on PdfGraphics. |
 | XObjectFigure | Represents a base class of XObject graphics figure, i.e. a set of graphical commands for drawing XObject on PdfGraphics. |
Enumerations
Interfaces
See Also