Class SetPageScaleFactorCommandSettings
Sets a specified page scale factor.
public sealed class SetPageScaleFactorCommandSettings : ICommand
- Inheritance
-
SetPageScaleFactorCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PageScaleFactor
Page scale factor.
[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }