'Declaration Public Shared Function ConvertGraphicsFigure( _
ByVal pagePDF page.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal figureThe PDF graphics figure.As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure _
) As System.IO.Stream
public static System.IO.Stream ConvertGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure figure
)
public: static System.IO.Stream* ConvertGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure* figure
)
public:
static System.IO.Stream^ ConvertGraphicsFigure(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure^ figure
)
Parameters
- page
- PDF page.
- figure
- The PDF graphics figure.
Return Value
A stream that contains the DOCX document.