VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigure Class / Render(PdfRenderingSettings,DecodingSettings,ContentStreamGraphicsFigure[][],RectangleF,PaddingF,IActionProgressController) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Render(PdfRenderingSettings,DecodingSettings,ContentStreamGraphicsFigure[][],RectangleF,PaddingF,IActionProgressController) Method (ContentStreamGraphicsFigure)
    In This Topic
    Returns the rendered image of the specified figures.
    Syntax
    'Declaration
    
    Public Shared Function Render( _
    ByVal renderingSettings
    The rendering settings, which must be used for rendering of PDF page.
    As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
    ByVal decodingSettings
    The decoding settings, which must be used for decoding of PDF page.
    As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
    ByVal figures
    The graphics figures, which should be rendered.
    () As ContentStreamGraphicsFigure, _
    ByRef bbox
    The bounding box in PDF page coordinate space.
    As System.Drawing.RectangleF, _
    ByVal pixelPadding
    The padding, in pixels, of rendered image.
    As Vintasoft.Imaging.PaddingF, _
    ByVal progressController
    The progress controller.
    As Vintasoft.Imaging.Utils.IActionProgressController _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    renderingSettings
    The rendering settings, which must be used for rendering of PDF page.
    decodingSettings
    The decoding settings, which must be used for decoding of PDF page.
    figures
    The graphics figures, which should be rendered.
    bbox
    The bounding box in PDF page coordinate space.
    pixelPadding
    The padding, in pixels, of rendered image.
    progressController
    The progress controller.

    Return Value

    Rendered image of the figures.
    Exceptions
    ExceptionDescription
    Thrown if renderingSettings or figures is null.
    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