Camera zoom (positive value in percentage).
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Zoom { get; set; }
Public Property Zoom As Single
Get
Set
public:
virtual property float Zoom {
float get () sealed;
void set (float value) sealed;
}
abstract Zoom : float32 with get, set
override Zoom : float32 with get, set
Property Value
Type:
SingleImplements
ICameraZoom
See Also