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

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