VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfImageViewerActionExecutor Class / GetImageAssociatedWithPage(PdfPage) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageAssociatedWithPage(PdfPage) Method (WpfPdfImageViewerActionExecutor)
    In This Topic
    Returns an image associated with the specified PDF page.
    Syntax
    'Declaration
    
    Protected Function GetImageAssociatedWithPage( _
    ByVal page
    The PDF page.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    page
    The PDF page.

    Return Value

    An image associated with the specified PDF page.
    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