Data Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The data of the part being returned.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public byte[] Data { get; set; }
Visual Basic
Public Property Data As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also