VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfGroupAttributes Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfGroupAttributes Class
    In This Topic
    Stores the attributes of the PDF group.
    Object Model
    PdfColorSpace PdfDocument PdfIndirectReference PdfBasicObject PdfGroupAttributes
    Syntax
    'Declaration
    
    Public Class PdfGroupAttributes
       Inherits PdfTreeNodeBase
    
    
    public class PdfGroupAttributes : PdfTreeNodeBase
    
    
    public __gc class PdfGroupAttributes : public PdfTreeNodeBase*
    
    
    public ref class PdfGroupAttributes : public PdfTreeNodeBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfGroupAttributes
             Vintasoft.Imaging.Pdf.Tree.PdfTransparencyGroupAttributes

    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