ImportSessionMapping Property |
Gets the dictionary that contains styles mapping.
Key is style in source document. Value is style in destination document.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic IDictionary<Style, Style> Mapping { get; }
Public ReadOnly Property Mapping As IDictionary(Of Style, Style)
Get
Property Value
IDictionaryStyle,
Style
See Also