| SignDocDocumentgetAnnotations Method |
Get a list of all named annotations of a page.
Unnamed annotations are ignored by this function.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string[] getAnnotations(
int page
)
Public Function getAnnotations (
page As Integer
) As String()
public:
array<String^>^ getAnnotations(
int page
)
member getAnnotations :
page : int -> string[]
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
String The list of annotation names.
See Also