[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Page.RemoveLayersContent

RemoveLayersContent Method

RemoveLayersContent(params OptionalContentGroup[])

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.

Declaration
public void RemoveLayersContent(params OptionalContentGroup[] layers)
Public Sub RemoveLayersContent(ParamArray layers As OptionalContentGroup())
Parameters
Type Name Description
OptionalContentGroup[] layers

The array of OptionalContentGroup objects.