IPdfAnnotationsStrategy - интерфейс

Strategy for working with pdf annotations at file.

Definition

Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotations
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
public interface IPdfAnnotationsStrategy

Методы

DeleteCardsFilesAnnotationsAsync Delete pdf annotations by cardIDs.
DeleteFileAnnotationsAsync Delete pdf annotations by fileIDs.
RequestMergedAnnsBeforeStoreAsync Request for merged annotations before store.
RestoreCardsFilesAnnotationsAsync Restore pdf annotations by cardIDs/
RestoreFileAnnotationsAsync Restore pdf annotations by fileIDs.
StoreAsync Store pdf annotations.
TryGetInfoAsync(Card, CancellationToken) Get list of PdfAnnotationsData with information about pdf annotations for all files in a card.
TryGetInfoAsync(IListPdfAnnotationsData, CancellationToken) Get info about pdf annotations.
TryGetInfoAsync(PdfAnnotationsData, CancellationToken) Get info about pdf annotation by ID, or by CardID, FileID, FileVersionRowID if ID is absent.

См. также