AnnotationDataRequestedEventArgsDocumentPath Property |
Gets the document path.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string DocumentPath { get; }
Public ReadOnly Property DocumentPath As String
Get
Property Value
Type:
StringRemarks
Note that when reloading annotations for pages inserted using JS API
FilePath will be empty.
Application is responsible for handling such situation when annotations for external page sources are loaded individually.
See Also