ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / Zoom Property




In This Topic
    Zoom Property
    In This Topic
    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