[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.ViewState.IsLayerExportable

IsLayerExportable Method

IsLayerExportable(object)

Checks whether a layer is visible when the document is exported. The target layer can be specified as an OptionalContentGroup, an OptionalContentMembership or a string representing the name of the layer.

Declaration
public bool IsLayerExportable(object layer)
Public Function IsLayerExportable(layer As Object) As Boolean
Parameters
Type Name Description
object layer

The layer to check.

Returns
Type Description
bool

true if the layer is exportable, false otherwise.