Part Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A byte array which is the part's data.

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

Syntax

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

See Also