Represents the scaling factor in percent. It should be between 10 and 400.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic int Zoom { get; set; }
Public Property Zoom As Integer
Get
Set
public:
property int Zoom {
int get ();
void set (int value);
}
member Zoom : int with get, set
Property Value
Type:
Int32
See Also