IPdfAnnotationsStrategyDeleteCardsFilesAnnotationsAsync - метод

Delete pdf annotations by cardIDs.

Definition

Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotations
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
Task DeleteCardsFilesAnnotationsAsync(
	IList<Guid> cardIDs,
	bool withBackup = false,
	CancellationToken cancellationToken = default
)

Параметры

cardIDs  IListGuid
Cards 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.

Возвращаемое значение

Task
An asynchronous task.

См. также