Gets or sets the image which will be displayed on the place of hyperlink.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ShapeObject PictureToDisplay { get; set; }
Public Property PictureToDisplay As ShapeObject
	Get
	Set
public:
property ShapeObject^ PictureToDisplay {
	ShapeObject^ get ();
	void set (ShapeObject^ value);
}
member PictureToDisplay : ShapeObject with get, set

Property Value

ShapeObject

See Also