PdfOutlinesCollectionRemoveOutline(Int32) Method
Removes the outline at given index from collection. The first outline index is 0
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void RemoveOutline(
int index
)
Public Sub RemoveOutline (
index As Integer
)
public:
void RemoveOutline(
int index
)
member RemoveOutline :
index : int -> unit
Parameters
- index Int32
- The index in collection from where to remove the outline