[]
Gets or sets the zoom mode, which defines how zoom should be applied.
public ZoomMode? Mode { get; set; }
Type | Description |
---|---|
ZoomMode? | A nullable ZoomMode value that specifies the mode of zoom, such as full page, page width, or a custom setting. Null if no mode is specified. |