Renders the contents of the supplied Stream to the Page at the position specified by the provided Rectangle
Namespace: PdfEdit.Pdf.AcroForms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
protected virtual void RenderContentStream( PdfPage page, PdfDictionary dictionary, PdfRectangle rect )
Parameters
- page
- Type: PdfEdit.PdfPdfPage
- dictionary
- Type: PdfEdit.PdfPdfDictionary
- rect
- Type: PdfEdit.PdfPdfRectangle
See Also