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



The formatted content.
X coordinate of the content left margin.
Y coordinate of the content top margin.
Rotation angle for drawing the formatted content
Draws the formatted content on the graphics surface at the specified position.
Syntax
'Declaration
 
Public Overloads Sub DrawFormattedContent( _
   ByVal formattedContent As PdfFormattedContent, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal rotation As Double _
) 
'Usage
 
Dim instance As PdfGraphics
Dim formattedContent As PdfFormattedContent
Dim x As Double
Dim y As Double
Dim rotation As Double
 
instance.DrawFormattedContent(formattedContent, x, y, rotation)
public void DrawFormattedContent( 
   PdfFormattedContent formattedContent,
   double x,
   double y,
   double rotation
)
public:
void DrawFormattedContent( 
   PdfFormattedContent^ formattedContent,
   double x,
   double y,
   double rotation
) 

Parameters

formattedContent
The formatted content.
x
X coordinate of the content left margin.
y
Y coordinate of the content top margin.
rotation
Rotation angle for drawing the formatted content
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