IPdfAnnotationsStrategyTryGetInfoAsync(Card, CancellationToken) - метод

Get list of PdfAnnotationsData with information about pdf annotations for all files in a card.

Definition

Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotations
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
Task<IList<PdfAnnotationsData>> TryGetInfoAsync(
	Card card,
	CancellationToken cancellationToken = default
)

Параметры

card  Card
Card with pdf annotations.
cancellationToken  CancellationToken  (Optional)
An object that can be used to cancel an asynchronous task.

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

TaskIListPdfAnnotationsData
List of PdfAnnotationsData with information about pdf annotations.

См. также