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

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