PdfAnnotationsStrategy - класс

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 class PdfAnnotationsStrategy : IPdfAnnotationsStrategy
Inheritance
Object    PdfAnnotationsStrategy
Implements
IPdfAnnotationsStrategy

Конструкторы

PdfAnnotationsStrategy Создает экземпляр класса PdfAnnotationsStrategy.

Методы

DeleteCardsFilesAnnotationsAsync Delete pdf annotations by cardIDs.
DeleteFileAnnotationsAsync Delete pdf annotations by fileIDs.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
RequestMergedAnnsBeforeStoreAsync Request for merged annotations before store.
RestoreCardsFilesAnnotationsAsync Restore pdf annotations by cardIDs/
RestoreFileAnnotationsAsync Restore pdf annotations by fileIDs.
StoreAsync Store pdf annotations.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
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.

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также