Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / GetLayerExportState Method / GetLayerExportState(String) Method
The name of the layer.

In This Topic
    GetLayerExportState(String) Method
    In This Topic
    Returns the export state of a layer. Throws an exception if the layer with the specified name does not exist.
    Syntax
    'Declaration
     
    Public Overloads Function GetLayerExportState( _
       ByVal name As System.String _
    ) As LayerExportState
    public LayerExportState GetLayerExportState( 
       System.string name
    )

    Parameters

    name
    The name of the layer.

    Return Value

    The export state of the layer.
    See Also