Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Camera Class / Zoom Property

In This Topic
    Zoom Property (Camera)
    In This Topic
    Gets or sets the zoom factor of a given camera.

    Value must be greater than 0.

    Default value is 100.

    Note that this property cannot be applied for text.

    Syntax
    'Declaration
     
    Public Property Zoom As System.Single
    public System.float Zoom {get; set;}
    See Also