Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / RemoveLayersContent Method
The array of GrapeCity.Documents.Pdf.Layers.OptionalContentGroup objects.

In This Topic
    RemoveLayersContent Method
    In This Topic
    Removes the content associated with specified PDF layers.

    Note that if any content was removed from a page by this method, all remaining content on that page will be merged into a single content stream, and the ContentStreams collection will contain just that single element.

    Syntax
    'Declaration
     
    Public Sub RemoveLayersContent( _
       ByVal ParamArray layers() As OptionalContentGroup _
    ) 
    public void RemoveLayersContent( 
       params OptionalContentGroup[] layers
    )

    Parameters

    layers
    The array of GrapeCity.Documents.Pdf.Layers.OptionalContentGroup objects.
    See Also