[]
Represents the settings for the initial zoom level.
[JsonConverter(typeof())]
public class InitialZoomMode
The InitialZoomMode
class provides properties to define how the initial zoom level should be applied in the viewer, including the zoom mode and a specific zoom percentage.
Name | Description |
---|---|
InitialZoomMode() |
Name | Description |
---|---|
Mode | Gets or sets the zoom mode, which defines how zoom should be applied. |
Percentage | Gets or sets the zoom value in percentage, specifying the exact zoom level to be applied. |