[C#] byte[] GetData(Doc doc) [Visual Basic] Function GetData(doc As Doc) As Byte()
may
throw Exception()
Params
Name
Description
doc
The document.
return
The PDF document as an array of bytes.
Notes
The method writes the document in a conforming PDF format
according to the Conformance property. Any
conformance error is reported in the Errors property after the method
finishes.