ViewSetup
ZoomPercent Property
|
Returns or sets zooming value in percents
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int ZoomPercent { get; set; }
Public Property ZoomPercent As Integer
Get
Set
public:
property int ZoomPercent {
int get ();
void set (int value);
}
member ZoomPercent : int with get, set
Property Value
Type:
Int32
The zoom percent.
See Also