| 
ClipboardData
Data Property
  | 
 Clipboard data.
 Namespace:
 Spire.Doc.CompoundFile
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public byte[] Data { get; set; }
 
Public Property Data As Byte()
	Get
	Set
 
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
 
member Data : byte[] with get, set
 
 
 
Property Value
 
 Type:
 
Byte
 
 
 See Also
See Also