VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfConvertToImageOnlyCommand Class / ConvertPage(Int32,PdfPage,PdfDocument,IActionProgressController) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertPage(Int32,PdfPage,PdfDocument,IActionProgressController) Method (PdfConvertToImageOnlyCommand)
    In This Topic
    Converts the PDF page to an image-only PDF page.
    Syntax

    Parameters

    pageIndex
    Index of PDF page.
    sourcePage
    The source PDF page.
    targetDocument
    The target PDF document.
    progressController
    The progress controller.

    Return Value

    Converted page.
    Requirements

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

    See Also