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

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

    Parameters

    layer
    The OptionalContentGroup object that specifies the layer.

    Return Value

    The print state of the layer.
    See Also