PolylineAnnotationSvgPath Property |
Gets or sets annotation SVG path
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic string SvgPath { get; set; }
Public Property SvgPath As String
Get
Set
public:
virtual property String^ SvgPath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SvgPath : string with get, set
override SvgPath : string with get, set
Property Value
Type:
StringImplements
ISvgPathSvgPath
See Also