'Declaration Public Shared Function Render( _
ByVal renderingSettingsThe rendering settings, which must be used for rendering of PDF page.As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
ByVal decodingSettingsThe decoding settings, which must be used for decoding of PDF page.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal figuresThe graphics figures, which should be rendered.() As ContentStreamGraphicsFigure, _
ByRef bboxThe bounding box in PDF page coordinate space.As System.Drawing.RectangleF, _
ByVal pixelPaddingThe padding, in pixels, of rendered image.As Vintasoft.Imaging.PaddingF, _
ByVal progressControllerThe progress controller.As Vintasoft.Imaging.Utils.IActionProgressController _
) As Vintasoft.Imaging.VintasoftImage
public static Vintasoft.Imaging.VintasoftImage Render(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
ContentStreamGraphicsFigure[] figures,
ref System.Drawing.RectangleF bbox,
Vintasoft.Imaging.PaddingF pixelPadding,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: static Vintasoft.Imaging.VintasoftImage* Render(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings,
ContentStreamGraphicsFigure*[]* figures,
ref System.Drawing.RectangleF* bbox,
Vintasoft.Imaging.PaddingF pixelPadding,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
static Vintasoft.Imaging.VintasoftImage^ Render(
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings,
array<ContentStreamGraphicsFigure^>^ figures,
System.Drawing.RectangleF^% bbox,
Vintasoft.Imaging.PaddingF pixelPadding,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
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.