Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationXYZ Class / Top Property

In This Topic
    Top Property (DestinationXYZ)
    In This Topic
    Gets the top coordinate of the document window, if null then unchanged.

    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property Top As System.Nullable(Of Single)
    public System.Nullable<float> Top {get;}
    See Also