Click or drag to resize
AB4D logo

ReaderSvgHasCustomProperties Property

Gets a Boolean that specifies if the read svg files has some custom properties defined.

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

Property Value

Type: Boolean
Remarks

ReaderSvg can read embedded data and custom properties that were defined in Microsoft Visio.

If HasCustomProperties is true, the GetCustomProperties(String) or GetCustomProperties(Object) can be used to get custom properties for the specified object.

To get all defined custom properties as DataTable use the GetCustomPropertiesDataTable method.

To get all objects that have custom properties defined use GetObjectsWithCustomProperties method.

See Also