Class SetPageScaleFactorCommandSettings
SetPageScaleFactor
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
Gets or sets the pageScaleFactor
[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }