VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / FormXObjectFigure Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
FormXObjectFigure Class
In This Topic
Represents a base class of a Form XObject graphics figure, i.e. a set of graphical commands for drawing Form XObject on PdfGraphics.
Object Model
PdfDocument PdfFormXObjectResource PdfResource PdfPen PdfBrush PdfContentPadding GraphicsFigurePoints FormXObjectFigure
Syntax
'Declaration

Public Class FormXObjectFigure
   Inherits XObjectFigure

public class FormXObjectFigure : XObjectFigure

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure
      Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.RectangleFigure
         Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.XObjectFigure
            Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.FormXObjectFigure

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also