[]
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.
public void RemoveLayersContent(params OptionalContentGroup[] layers)
Public Sub RemoveLayersContent(ParamArray layers As OptionalContentGroup())
Type | Name | Description |
---|---|---|
OptionalContentGroup[] | layers | The array of OptionalContentGroup objects. |