XFINIUM.PDF Documentation
Top Property (PdfPageDirectDestination)



Xfinium.Pdf.Destinations Namespace > PdfPageDirectDestination Class : Top Property
Gets or sets the top coordinate.
Syntax
'Declaration
 
Public Overrides Property Top As Double
'Usage
 
Dim instance As PdfPageDirectDestination
Dim value As Double
 
instance.Top = value
 
value = instance.Top
public override double Top {get; set;}
public:
property double Top {
   double get() override;
   void set (    double value) override;
}

Property Value

Top coordinate of the page positioned at the top edge of the window.
Remarks
These zoom modes use the top coordinate: PdfDestinationZoomMode.XYZ, PdfDestinationZoomMode.FitH, PdfDestinationZoomMode.FitR, PdfDestinationZoomMode.FitBH
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

PdfPageDirectDestination Class
PdfPageDirectDestination Members