PageLabelCollection.RemoveLabel

PageLabelCollection.RemoveLabel method

Remove label by page index (page index is started from 0).

public bool RemoveLabel(int pageIndex)
ParameterTypeDescription
pageIndexInt32Index of page where label must be deleted.

Return Value

true if operation was executed successfully.

See Also