IPdfAnnotationsStrategyDeleteFileAnnotationsAsync - метод
Delete pdf annotations by fileIDs.
Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
Task DeleteFileAnnotationsAsync(
IList<Guid> fileIDs,
bool withBackup = false,
CancellationToken cancellationToken = default
)
Function DeleteFileAnnotationsAsync (
fileIDs As IList(Of Guid),
Optional withBackup As Boolean = false,
Optional cancellationToken As CancellationToken = Nothing
) As Task
Task^ DeleteFileAnnotationsAsync(
IList<Guid>^ fileIDs,
bool withBackup = false,
CancellationToken cancellationToken = CancellationToken()
)
abstract DeleteFileAnnotationsAsync :
fileIDs : IList<Guid> *
?withBackup : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _withBackup = defaultArg withBackup false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- fileIDs IListGuid
- Files identifiers for filter.
- withBackup Boolean (Optional)
- Delete pdf annotations with backup.
- cancellationToken CancellationToken (Optional)
- An object that can be used to cancel an asynchronous task.
TaskAn asynchronous task.