[]
Represent the kind of zoom.
public enum C1ZoomUnitType
Name | Description |
---|---|
Fill | Represent a zoom value which is relative to the viewport, and is adjusted to fill the viewport. |
Fixed | Represent a zoom determined by a fixed value, where 1 means no zoom. |
OneItem | Represent a zoom value which is relative to the viewport, and is adjusted to show one item entirely. |