Document
KeepSameFormat Property
|
Gets or sets a value that indicates whether to keep same formatting when this document is merged to other document.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
Boolean
See Also