ImageGear .NET v24.14 - Updated September 15, 2020
GeneratePDFDocument Method




ImageGear24.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)

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