Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / GetLayerExportState Method / GetLayerExportState(OptionalContentGroup) Method
The OptionalContentGroup object that specifies the layer.

In This Topic
    GetLayerExportState(OptionalContentGroup) Method
    In This Topic
    Returns the export state of a layer.
    Syntax
    'Declaration
     
    Public Overloads Function GetLayerExportState( _
       ByVal layer As OptionalContentGroup _
    ) As LayerExportState
    public LayerExportState GetLayerExportState( 
       OptionalContentGroup layer
    )

    Parameters

    layer
    The OptionalContentGroup object that specifies the layer.

    Return Value

    The export state of the layer.
    See Also