| SignDocDocumentremoveAnnotation Method |
Remove an annotation identified by name.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void removeAnnotation(
int page,
string name
)
Public Sub removeAnnotation (
page As Integer,
name As String
)
public:
void removeAnnotation(
int page,
String^ name
)
member removeAnnotation :
page : int *
name : string -> unit
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page). - name
- Type: SystemString
The name of the annotation, must not be
empty.
See Also