ViewerManagerGetAnnotationTextProcessed Method

Returns passed value with processed tags for selected document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns passed value with processed tags for selected document.")]
public string GetAnnotationTextProcessed(
	int documentVersionId,
	string value
)

Parameters

documentVersionId  Int32
 
value  String
 

Return Value

String

See Also