Click or drag to resize

PdfLayerCollection RemoveLayer Method

Overload List
Name Description
Public method RemoveLayer(String)
Remove the pdf layer. Notice: Pdf layer name may be is not unique. If exist duplication of name,will remove all pdf layers of name.
Public method RemoveLayer(PdfLayer)
Remove the pdf layer.
Public method RemoveLayer(String, Boolean)
Remove the pdf layer. Notice: Pdf layer name may be is not unique. If exist duplication of name,will remove all pdf layers of name.
Public method RemoveLayer(PdfLayer, Boolean)
Remove the pdf layer.
Top
See Also