IXDLSContentReader
AttributeReader Property
|
Gets the attribute reader.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
IXDLSAttributeReader AttributeReader { get; }
ReadOnly Property AttributeReader As IXDLSAttributeReader
Get
property IXDLSAttributeReader^ AttributeReader {
IXDLSAttributeReader^ get ();
}
abstract AttributeReader : IXDLSAttributeReader with get
Property Value
Type:
IXDLSAttributeReader
The attribute reader.
See Also