Click or drag to resize

DwgDecoderOutsidePageSize Property

Sets or gets the size of resulting images in pixels

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 Size OutsidePageSize { get; set; }

Property Value

Type: Size
The size of the resulting image in pixels
Remarks
OutsidePageSize is always substituted for the page size in the file or the DefaultSize property. Unlike DefaultSize, OutsidePageSize is in pixels.
See Also