XDLSReader
AttributeReader Property
|
Gets the attribute reader.
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IXDLSAttributeReader AttributeReader { get; }
Public ReadOnly Property AttributeReader As IXDLSAttributeReader
Get
public:
virtual property IXDLSAttributeReader^ AttributeReader {
IXDLSAttributeReader^ get () sealed;
}
abstract AttributeReader : IXDLSAttributeReader with get
override AttributeReader : IXDLSAttributeReader with get
Property Value
Type:
IXDLSAttributeReader
The attribute reader.
Implements
IXDLSContentReader
AttributeReader
See Also