VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigureGroup Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ContentStreamGraphicsFigureGroup Class
    In This Topic
    Provides a group of graphics figures of content stream, i.e. a sequence of graphical operators of a content stream.
    Object Model
    PdfDocument AffineMatrix GraphicsFigure GraphicsFigurePoints ContentStreamGraphicsFigureGroup
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class ContentStreamGraphicsFigureGroup
       Inherits GraphicsFigureGroup
    
    
    [DefaultMember("Item")]
    public class ContentStreamGraphicsFigureGroup : GraphicsFigureGroup
    
    
    [DefaultMember("Item")]
    public __gc class ContentStreamGraphicsFigureGroup : public GraphicsFigureGroup*
    
    
    [DefaultMember("Item")]
    public ref class ContentStreamGraphicsFigureGroup : public GraphicsFigureGroup^
    
    
    Inheritance Hierarchy
    Requirements

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

    See Also