ImageAnnotationImagePath Property |
Gets or sets image path
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic string ImagePath { get; set; }
Public Property ImagePath As String
Get
Set
public:
property String^ ImagePath {
String^ get ();
void set (String^ value);
}
member ImagePath : string with get, set
Property Value
Type:
String
See Also