PdfAnnotationsHelperMergeAnnotations - метод
Merge annotations list with a receiver update
Пространство имён: Tessa.Extensions.Default.Server.PdfAnnotationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public static void MergeAnnotations(
this IList<Annotation>? existed,
IList<Annotation>? newAnns
)
<ExtensionAttribute>
Public Shared Sub MergeAnnotations (
existed As IList(Of Annotation),
newAnns As IList(Of Annotation)
)
public:
[ExtensionAttribute]
static void MergeAnnotations(
IList<Annotation^>^ existed,
IList<Annotation^>^ newAnns
)
[<ExtensionAttribute>]
static member MergeAnnotations :
existed : IList<Annotation> *
newAnns : IList<Annotation> -> unit
- existed IListAnnotation
- Receiver annotaitons.
- newAnns IListAnnotation
- Other annotations.
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
IListAnnotation. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).