Returns or sets zooming type

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

ZoomType
The type of the zoom.

See Also