PdfAnnotationsHelperPrepareForSaving - метод
Change states to Stored, Remove Deleted.
Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public static IList<Annotation>? PrepareForSaving(
this IList<Annotation>? annotations
)
<ExtensionAttribute>
Public Shared Function PrepareForSaving (
annotations As IList(Of Annotation)
) As IList(Of Annotation)
public:
[ExtensionAttribute]
static IList<Annotation^>^ PrepareForSaving(
IList<Annotation^>^ annotations
)
[<ExtensionAttribute>]
static member PrepareForSaving :
annotations : IList<Annotation> -> IList<Annotation>
- annotations IListAnnotation
- Annotations.
IListAnnotationPrepared annotations.В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
IListAnnotation. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).