VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / VintasoftImageFigure Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VintasoftImageFigure Class
    In This Topic
    Represents a VintasoftImage graphics figure, i.e. a set of graphical commands for drawing image on PdfGraphics.
    Object Model
    VintasoftImage PdfCompressionSettings PdfPen PdfBrush PdfContentPadding PdfDocument GraphicsFigurePoints VintasoftImageFigure
    Syntax
    'Declaration
    
    Public Class VintasoftImageFigure
       Inherits RectangleFigure
    
    
    public class VintasoftImageFigure : RectangleFigure
    
    
    public __gc class VintasoftImageFigure : public RectangleFigure*
    
    
    public ref class VintasoftImageFigure : public RectangleFigure^
    
    
    Remarks

    Figure does the following steps:

    • Creates PDF image resource, based on figure image, if figure image represented by image file (BMP, GIF, JPEG, PNG, TIFF, etc).
    • Creates PDF form resource, based on figure image, if figure image represented by PDF page.
    • Draws created PDF image resource on PdfGraphics object.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure
          Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.RectangleFigure
             Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.VintasoftImageFigure

    Requirements

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

    See Also