Click or drag to resize
AB4D logo

ReaderSvgUseOldSizeMeasurement Property

If true than size measurement from ReaderSvg v1.2 is used - if your application depends on previous sizes of read elements than use this property. Note: Size measurement is used so svg elements can be used inside other controls - so its size is adjusted regarding to the desired size - set with Width and Height properties or by the parent element. This property will exit only in ReaderSvg v1.3

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

Property Value

Type: Boolean
See Also