ImageGear .NET v25.2 - Updated
ImageGear.Comparison Assembly / ImageGear.Comparison Namespace / IComparisonResult Interface / GeneratePDFDocument Method
Options used to control the generation of the PDF document. See OutputOptions for parameters.




In This Topic
    GeneratePDFDocument Method
    In This Topic
    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