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