Renders watermarks to the storage.
Namespace:
Aurigma.DesignAtoms.Rendering
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public string RenderWatermarkToStorageId( RenderingConfig renderingConfig, WatermarkConfig watermarkConfig, int width, int height, out int renderedWidth, out int renderedHeight )
Type: Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig
Rendering properties. You can passnull
to use the dafault configuration.Type: Aurigma.DesignAtoms.Configuration.WatermarkConfig
Watermark properties. For details, you can refer to the Watermarks topic.Type: System.Int32
The width of the rendered image, in pixels.Type: System.Int32
The height of the rendered image, in pixels.Type: System.Int32 %
The width of the rendered image, in pixels.Type: System.Int32 %
The height of the rendered image, in pixels.