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