Remove outline collection item.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic abstract bool Remove(
OutlineItemCollection item
)
Public MustOverride Function Remove (
item As OutlineItemCollection
) As Boolean
public:
virtual bool Remove(
OutlineItemCollection^ item
) abstract
abstract Remove :
item : OutlineItemCollection -> bool
Parameters
- item
- Type: Aspose.PdfOutlineItemCollection
Item to delete.
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also