'Declaration
Public Overloads Sub DrawFormattedContent( _ ByVal formattedContent As PdfFormattedContent, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim instance As PdfGraphics Dim formattedContent As PdfFormattedContent Dim x As Double Dim y As Double Dim width As Double Dim height As Double instance.DrawFormattedContent(formattedContent, x, y, width, height)
public void DrawFormattedContent( PdfFormattedContent formattedContent, double x, double y, double width, double height )
public: void DrawFormattedContent( PdfFormattedContent^ formattedContent, double x, double y, double width, double height )
Parameters
- formattedContent
- The formatted content.
- x
- X coordinate of the box left margin.
- y
- Y coordinate of the box top margin.
- width
- Box width
- height
- Box height