Click or drag to resize

PdfDestinationTop Property

Gets or sets the vertical coordinate of the upper-left corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public double? Top { get; set; }

Property Value

NullableDouble
The vertical coordinate of the upper-left corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue cannot be for FitRectangle view type.
InvalidOperationExceptionThe Top can be set only for LeftTopZoom, FitPageHorizontal, FitRectangle and FitContentHorizontal view types.
See Also