Click or drag to resize

DwgDecoderDefaultSize Property

Sets or gets the default page size in inches.

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SizeF DefaultSize { get; set; }

Property Value

Type: SizeF
Remarks

The default value is 11 inches wide by 8.5 high (landscape letter).

If a frame has no specified page size, the default will be used instead.

See Also