VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigure Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ContentStreamGraphicsFigure Class
    In This Topic
    Provides a graphics figure of content stream, i.e. a sequence of graphical operators of a content stream.
    Object Model
    PdfDocument PdfResource PdfFormXObjectResource PdfImageResource PdfResources PdfGraphicsState GraphicsFigurePoints ContentStreamGraphicsFigure
    Syntax
    'Declaration
    
    Public Class ContentStreamGraphicsFigure
       Inherits GraphicsFigure
    
    
    public class ContentStreamGraphicsFigure : GraphicsFigure
    
    
    public __gc class ContentStreamGraphicsFigure : public GraphicsFigure*
    
    
    public ref class ContentStreamGraphicsFigure : public GraphicsFigure^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure
          Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.ContentStreamGraphicsFigure

    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