'Declaration Public ReadOnly Property Top As System.Nullable(Of Single)
public System.Nullable<float> Top {get;}
If the target page of this destination was specified as an index (see Destination.PageIndex), then this property returns the Y coordinate relative to the page bottom. If the target page was specified as a page object (see Destination.Page), then this property returns the Y coordinate relative to the page top. See Destination description for details.
'Declaration Public ReadOnly Property Top As System.Nullable(Of Single)
public System.Nullable<float> Top {get;}