ImageGear .NET v25.0 - Updated
GeneratePDFDocument Method




ImageGear.Comparison Assembly > ImageGear.Comparison Namespace > IComparisonResult Interface : GeneratePDFDocument Method
Options used to control the generation of the PDF document. See OutputOptions for parameters.
Generates a document that shows the changes between the compared documents.
Syntax
'Declaration
 
Function GeneratePDFDocument( _
   ByVal outputOptions As OutputOptions _
) As ImGearPDFDocument
'Usage
 
Dim instance As IComparisonResult
Dim outputOptions As OutputOptions
Dim value As ImGearPDFDocument
 
value = instance.GeneratePDFDocument(outputOptions)
ImGearPDFDocument GeneratePDFDocument( 
   OutputOptions outputOptions
)
ImGearPDFDocument* GeneratePDFDocument( 
   OutputOptions* outputOptions
) 
ImGearPDFDocument^ GeneratePDFDocument( 
   OutputOptions^ outputOptions
) 

Parameters

outputOptions
Options used to control the generation of the PDF document. See OutputOptions for parameters.

Return Value

A PDF document with mark up indicating the changes.
See Also

Reference

IComparisonResult Interface
IComparisonResult Members