PageLabelCollectionRemoveLabel Method |
Remove label by page index (page index is started from 0).
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool RemoveLabel(
int pageIndex
)
Public Function RemoveLabel (
pageIndex As Integer
) As Boolean
public:
bool RemoveLabel(
int pageIndex
)
member RemoveLabel :
pageIndex : int -> bool
Parameters
- pageIndex
- Type: SystemInt32
Index of page where label must be deleted.
Return Value
Type:
Booleantrue if operation was executed successfully.
See Also