XFINIUM.PDF Documentation
DrawFormXObject(PdfFormXObject,Double,Double,Double,Double,PdfFlipDirection) Method



Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > DrawFormXObject Method : DrawFormXObject(PdfFormXObject,Double,Double,Double,Double,PdfFlipDirection) Method
PdfFormXObject to draw.
The x-coordinate of the upper-left corner of the drawn form XObject.
The y-coordinate of the upper-left corner of the drawn form XObject.
Width of the drawn form XObject.
Height of the drawn form XObject.
Direction for flipping the drawn form XObject.
Draws the specified PdfFormXObject at the specified location and with the specified size.
Syntax
'Declaration
 
Public Overloads Sub DrawFormXObject( _
   ByVal formXObject As PdfFormXObject, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal flipDirection As PdfFlipDirection _
) 
'Usage
 
Dim instance As PdfGraphics
Dim formXObject As PdfFormXObject
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim flipDirection As PdfFlipDirection
 
instance.DrawFormXObject(formXObject, x, y, width, height, flipDirection)
public void DrawFormXObject( 
   PdfFormXObject formXObject,
   double x,
   double y,
   double width,
   double height,
   PdfFlipDirection flipDirection
)
public:
void DrawFormXObject( 
   PdfFormXObject^ formXObject,
   double x,
   double y,
   double width,
   double height,
   PdfFlipDirection flipDirection
) 

Parameters

formXObject
PdfFormXObject to draw.
x
The x-coordinate of the upper-left corner of the drawn form XObject.
y
The y-coordinate of the upper-left corner of the drawn form XObject.
width
Width of the drawn form XObject.
height
Height of the drawn form XObject.
flipDirection
Direction for flipping the drawn form XObject.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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