VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTransparencyGroupAttributes Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfTransparencyGroupAttributes Class
    In This Topic
    Stores the attributes of the PDF transparency group.
    Object Model
    PdfColorSpace PdfDocument PdfIndirectReference PdfBasicObject PdfTransparencyGroupAttributes
    Syntax
    'Declaration
    
    Public Class PdfTransparencyGroupAttributes
       Inherits PdfGroupAttributes
    
    
    public class PdfTransparencyGroupAttributes : PdfGroupAttributes
    
    
    public __gc class PdfTransparencyGroupAttributes : public PdfGroupAttributes*
    
    
    public ref class PdfTransparencyGroupAttributes : public PdfGroupAttributes^
    
    
    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