Walking thru the “GroupDocs.Annotation for .NET WebForms” sample project, I see the LoadDocumentPage()
action-method in the AnnotationApiController
get data via memory-stream.
In the Angular client app 's root component, a custom selector <gd-annotation-app>
is placed in the template without any supporting code in the code-behind.
With all annotation functions implemented as a node-module, instead of using the defaultDocument
setting in configuration.yml, is it possible to implement codes in the Angular client app 's root component to specify a specific document to be loaded?
And, after annotations’ been added, is it possible to implement codes in the Angular client app’s root component to capture click event and save the “annotated” document to a memory-stream?
If so, can you provide sample codes to accomplish the above tasks?
Sam