XFINIUM.PDF.View.Win Documentation
ContentPosition Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ContentPosition Property
Gets the content position.
Syntax
'Declaration
 
Public Property ContentPosition As Point
'Usage
 
Dim instance As PdfDocumentView
Dim value As Point
 
instance.ContentPosition = value
 
value = instance.ContentPosition
public Point ContentPosition {get; set;}
public:
property Point ContentPosition {
   Point get();
   void set (    Point value);
}

Property Value

The position of the content displayed in the viewer control.
Remarks
The position is relative to the top left corner of the viewer control.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


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

PdfDocumentView Class
PdfDocumentView Members