IPdfAnnotationsStrategyRestoreFileAnnotationsAsync - метод

Restore pdf annotations by fileIDs.

Definition

Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotations
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
Task RestoreFileAnnotationsAsync(
	IList<Guid> fileIDs,
	CancellationToken cancellationToken = default
)

Параметры

fileIDs  IListGuid
Files identifiers for filter.
cancellationToken  CancellationToken  (Optional)
An object that can be used to cancel an asynchronous task.

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

Task
An asynchronous task.

См. также