Click or drag to resize
ReaderWmfAutoSize Property
If true (default) the size of main canvas is set from the bounds defined in metafile header. Bounds define the size that is just as big as its containing objects. If false the size is set from Frame size that is defined in metafile header. This is useful for example if you were working on a Letter area and would like to preserve the position of objects inside the Letter.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public bool AutoSize { get; set; }

Property Value

Type: Boolean
See Also