ViewerManagerRemoveMarkup Method

Remove specified markup. STEPS: 1. Get file id associated with markup 2. Remove markup 3. Remove file

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove specified markup.")]
public void RemoveMarkup(
	int markupId
)

Parameters

markupId  Int32
 

See Also