Get the conforming document as raw data.

 

   

Syntax
 

[C#]
byte[] GetData(Doc doc)

Throws Exceptions 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.

 

   

Example
 

None.