DPI Resolution Command
Smartsite 7 - ...
The DPI Resolution command sets the dpi resolution value for the image.
Parameters
Shorthand | Description |
---|---|
dpi | Sets both the horizontal and vertical resolution in dots per inch. |
dpix | Sets the horizontal resolution. |
dpiy | Sets the vertical resolution. |
Command definition
XML | Copy Code |
---|---|
<add id="dpi" type="Smartsite.ImageProcessor.Commands.DPIResolutionCommand, Smartsite.ImageProcessor" enabled="true"> <parameters> <add name="resolution" shortcut="dpi" /> <add name="horizontal" shortcut="dpix" /> <add name="vertical" shortcut="dpiy" /> </parameters> </add> |