Click or drag to resize
AB4D logo

ReaderSvgAutoSize Property

When AutoSize is false the size of read svg objects is determined by the width and height defined in the svg header. For example when svg header define the size as Letter, than the read svg objects will retain the position within the letter area. When AutoSize is set to true (by default), the size defined in svg header is ignored. Instead the size of the actual svg content is calculated so that the read objects do not have any empty area around them. The calculated or read size of svg elements can be read from SvgBounds property.

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

Property Value

Type: Boolean
See Also