| 
IXDLSAttributeReader
ReadBoolean Method
  | 
 Reads the boolean.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
bool ReadBoolean(
	string name
)
 
Function ReadBoolean ( 
	name As String
) As Boolean
 
bool ReadBoolean(
	String^ name
)
 
abstract ReadBoolean : 
name : string -> bool 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 The name.
Return Value
 
 Type:
 
Boolean
 
 
 See Also
See Also