PdfConformityOperation GetData Function. Get the conforming document as raw data. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Get the conforming document as raw data.

 

   
Syntax  

[C#]
byte[] GetData(Doc doc)
[Visual Basic]
Function GetData(doc As Doc) As Byte()

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.