Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitBH Class / PdfTop Property

In This Topic
    PdfTop Property (DestinationFitBH)
    In This Topic
    Gets the top coordinate of the document window relative to the bottom left corner, if null then unchanged.
    Syntax
    'Declaration
     
    Public ReadOnly Property PdfTop As System.Nullable(Of Single)
    public System.Nullable<float> PdfTop {get;}
    See Also