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

In This Topic
    Zoom Property (DestinationXYZ)
    In This Topic
    Gets the zoom factor of the document window, unchanged if a null reference (Nothing in Visual Basic) or zero.
    Syntax
    'Declaration
     
    Public ReadOnly Property Zoom As System.Nullable(Of Single)
    public System.Nullable<float> Zoom {get;}
    See Also