Gets or sets whether the OLEObject is displayed as an Icon or Content. If True, the OLEObject is displayed as an icon

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool DisplayAsIcon { get; set; }
Public Property DisplayAsIcon As Boolean
	Get
	Set
public:
virtual property bool DisplayAsIcon {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract DisplayAsIcon : bool with get, set
override DisplayAsIcon : bool with get, set

Property Value

Boolean
bool

See Also