Gets or sets a value that indicates whether to keep same formatting when it is merged to other document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool KeepSameFormat { get; set; }
Public Property KeepSameFormat As Boolean Get Set
public: property bool KeepSameFormat { bool get (); void set (bool value); }
member KeepSameFormat : bool with get, set