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