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

In This Topic
    SetLayerExportState(OptionalContentGroup,LayerExportState) Method
    In This Topic
    Sets the export state of a layer.
    Syntax
    'Declaration
     
    Public Overloads Sub SetLayerExportState( _
       ByVal layer As OptionalContentGroup, _
       ByVal value As LayerExportState _
    ) 
    public void SetLayerExportState( 
       OptionalContentGroup layer,
       LayerExportState value
    )

    Parameters

    layer
    The OptionalContentGroup object that specifies the layer.
    value
    The export state.
    See Also