XFINIUM.PDF Documentation
SetGraphicsPosition Method



Position of the page graphics.
Sets the position of the page graphics relative to existing page content.
Syntax
'Declaration
 
Public Sub SetGraphicsPosition( _
   ByVal graphicsPosition As PdfPageGraphicsPosition _
) 
'Usage
 
Dim instance As PdfPage
Dim graphicsPosition As PdfPageGraphicsPosition
 
instance.SetGraphicsPosition(graphicsPosition)
public void SetGraphicsPosition( 
   PdfPageGraphicsPosition graphicsPosition
)
public:
void SetGraphicsPosition( 
   PdfPageGraphicsPosition graphicsPosition
) 

Parameters

graphicsPosition
Position of the page graphics.
Remarks
If the page is newly created this method has no effect since there is no previous content. If the page has been extracted from a Pdf file or has been created by loading a Pdf file into a PdfFixedDocument then the page graphics can be under the existing page content or on top of existing page content (default).
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

PdfPage Class
PdfPage Members

Send Feedback