| 
DocOleObject
DisplayAsIcon Property
  | 
 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: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Boolean
 
 bool
 
 See Also
See Also