Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / SetLayerPrintState Method / SetLayerPrintState(OptionalContentGroup,LayerPrintState) Method
The OptionalContentGroup object that specifies the layer.
The print state of the layer.

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

    Parameters

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