VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentConfiguration Class / OffGroups Property
Syntax Requirements SeeAlso
In This Topic
    OffGroups Property (PdfOptionalContentConfiguration)
    In This Topic
    Gets or sets a list of optional content groups whose state should be set to OFF when this configuration is applied.
    Syntax
    'Declaration
    
    Public Property OffGroups As PdfOptionalContentGroupList
    
    
    public PdfOptionalContentGroupList OffGroups { get; set; }
    
    
    public: __property PdfOptionalContentGroupList* get_OffGroups();
    public: __property void set_OffGroups(
    PdfOptionalContentGroupList* value
    );
    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