PdfDestinationTop Property |
Sets or gets the top extent of the view in PDF page coordinates
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Nullable<double> Top { get; set; }
Public Property Top As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDoubleRemarks
Top is only used when PageFitMode is set to PointZoom, FitWidth,
FitRectangle and FitBoundsWidth. It is ignored otherwise. If Left is
null, it means that the current Left extent in the viewer shall be used.
See Also