






|
| PDFTron SilverDox SDK |
| OnPartReadyEventArgs..::..Data Property |
| OnPartReadyEventArgs Class See Also Send Feedback |
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); } |
