PageImagePaintedEventArgs
HyperLinks Property
|
Namespace:
Spire.Doc.Documents.Rendering
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public List<Dictionary<string, RectangleF>> HyperLinks { get; set; }
Public Property HyperLinks As List(Of Dictionary(Of String, RectangleF))
Get
Set
public:
property List<Dictionary<String^, RectangleF>^>^ HyperLinks {
List<Dictionary<String^, RectangleF>^>^ get ();
void set (List<Dictionary<String^, RectangleF>^>^ value);
}
member HyperLinks : List<Dictionary<string, RectangleF>> with get, set
Property Value
Type:
List
Dictionary
String
,
RectangleF
See Also