ImageGear .NET v25.0 - Updated
Zoom Property (ImGearPDFDestination)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : Zoom Property
Gets the destination's zoom factor.
Syntax
'Declaration
 
Public ReadOnly Property Zoom As Integer
'Usage
 
Dim instance As ImGearPDFDestination
Dim value As Integer
 
value = instance.Zoom
public int Zoom {get;}
public: __property int get_Zoom();
public:
property int Zoom {
   int get();
}

Property Value

Integer value.
Remarks
Applies only to EXPLICIT type of destination.
See Also

Reference

ImGearPDFDestination Class
ImGearPDFDestination Members