VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / CreatePdfDocument(PdfFormat) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreatePdfDocument(PdfFormat) Method (SearchablePdfGenerator)
    In This Topic
    Creates the PDF document.
    Syntax

    Parameters

    pdfFormat
    The PDF format.

    Return Value

    A PDF document.
    Remarks

    This method should return an instance of PdfDocument class that is based on file or stream - this is necessary for correct work of SaveChanges method.
    Created instance of PdfDocument class will be disposed after execution of Execute(ImageCollection,ProcessingState) method, the resulting image collection will control the source file/stream.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also