Click or drag to resize

IXDLSContentReader ParseElementType Method

Parses the type of the element.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
bool ParseElementType(
	Type enumType,
	out Enum elementType
)

Parameters

enumType
Type: System Type
Type of the enum.
elementType
Type: System Enum
Type of the element.

Return Value

Type: Boolean
See Also