Gets or sets the data.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<Byte>[]()[][]
The data.

See Also