Click or drag to resize

ShapeBase HRef Property

Gets or sets the hyperlink address of the shape.

Namespace: Spire.Doc.Fields.Shapes
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string HRef { get; set; }

Property Value

Type: String
The hyperlink address as a string.

Return Value

Type: String
The hyperlink address of the shape.
Exceptions
Exception Condition
ArgumentNullException Thrown when the value parameter is null.
See Also