Click or drag to resize

WmfDecoderDefaultSize Property

Note: This API is now obsolete.

Gets or sets the default Size when reading a windows metafile.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This property is not used anymore. To change image size please use ResampleCommand.")]
public Size DefaultSize { get; set; }

Property Value

Type: Size
The default System.Drawing.Size when reading a windows metafile.
Remarks
Windows metafiles may or may not have dimensions associated with them. If not, then this attribute defines the size that will be used. If this value is empty, it will use information that might be stored in the file or a default of 640 x 480 pixels.
See Also