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: 2024.11.20
Syntax public IDictionary<Style, Style> Mapping { get; }
Public ReadOnly Property Mapping As IDictionary(Of Style, Style)
Get
Property Value
IDictionaryStyle,
StyleSee Also