public class PdfAnnotationsStrategy : IPdfAnnotationsStrategy
Public Class PdfAnnotationsStrategy
Implements IPdfAnnotationsStrategy
public ref class PdfAnnotationsStrategy : IPdfAnnotationsStrategy
type PdfAnnotationsStrategy =
class
interface IPdfAnnotationsStrategy
end
PdfAnnotationsStrategy | Создает экземпляр класса PdfAnnotationsStrategy. |
DeleteCardsFilesAnnotationsAsync | Delete pdf annotations by cardIDs. |
DeleteFileAnnotationsAsync | Delete pdf annotations by fileIDs. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates 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. |
ToString | Returns 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. |