LowLevel.InterceptedDocuments Property

NanoXLSX

NanoXLSX

LowLevelInterceptedDocuments Property

Gets the intercepted documents if interceptDocuments is set to true

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Dictionary<string, XmlDocument> InterceptedDocuments { get; }

Property Value

Type: DictionaryString, XmlDocument
See Also