Click or drag to resize

ImportSessionMapping Property

Gets the dictionary that contains styles mapping. Key is style in source document. Value is style in destination document.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IDictionary<Style, Style> Mapping { get; }

Property Value

IDictionaryStyle, Style
See Also