XFINIUM.PDF Documentation
DrawFormattedContent(PdfFormattedContent,Double,Double,Double,Double) Method



The formatted content.
X coordinate of the box left margin.
Y coordinate of the box top margin.
Box width
Box height
Draws the formatted content on the graphics surface in the specified box.
Syntax
'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
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback