VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentConfiguration Class / GetGroupVisibility Methods / GetGroupVisibility(PdfOptionalContentGroup,PdfOptionalContentUsageApplicationEvent,Single) Method
Syntax Requirements SeeAlso
In This Topic
    GetGroupVisibility(PdfOptionalContentGroup,PdfOptionalContentUsageApplicationEvent,Single) Method (PdfOptionalContentConfiguration)
    In This Topic
    Returns the visibility of specified optional content group.
    Syntax
    'Declaration
    
    Public Overloads Function GetGroupVisibility( _
    ByVal group
    The optional content group.
    As PdfOptionalContentGroup, _
    ByVal applicationEvent
    The event when PdfOptionalContentUsageApplication should be used.
    As PdfOptionalContentUsageApplicationEvent, _
    ByVal zoom
    A zoom value. If Category does not have the "Zoom" entry, then this value will be ignored.
    As Single _
    ) As Boolean

    Parameters

    group
    The optional content group.
    applicationEvent
    The event when PdfOptionalContentUsageApplication should be used.
    zoom
    A zoom value. If Category does not have the "Zoom" entry, then this value will be ignored.

    Return Value

    True if optional content group is visible; otherwise, false.
    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