PdfLayerCollection RemoveLayer Method |
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
RemoveLayer(PdfLayer) |
Remove the pdf layer.
|
![]() |
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.
|
![]() |
RemoveLayer(PdfLayer, Boolean) |
Remove the pdf layer.
|