VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / Render Methods / Render(RectangleF,Single,PdfRenderingSettings,DecodingSettings,EventHandler<ProgressEventArgs>,EventHandler<IntermediateImageRequestEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    Render(RectangleF,Single,PdfRenderingSettings,DecodingSettings,EventHandler<ProgressEventArgs>,EventHandler<IntermediateImageRequestEventArgs>) Method (PdfPage)
    In This Topic
    Renders specified rectangle of PDF page with specified scale.
    Syntax
    'Declaration
    
    Public Overloads Function Render( _
    ByVal rect
    Rectangle of source image.
    As System.Drawing.RectangleF, _
    ByVal scale
    Scale factor.
    As Single, _
    ByVal renderingSettings
    Rendering settings.
    As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
    ByVal decodingSettings
    Decoding settings.
    As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
    ByVal renderingProgress
    An image rendering progress delegate.
    As System.EventHandler(Of ProgressEventArgs), _
    ByVal intermediateImageRequest
    Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
    As System.EventHandler(Of IntermediateImageRequestEventArgs) _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    rect
    Rectangle of source image.
    scale
    Scale factor.
    renderingSettings
    Rendering settings.
    decodingSettings
    Decoding settings.
    renderingProgress
    An image rendering progress delegate.
    intermediateImageRequest
    Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)

    Return Value

    Rendered image of this 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