Click or drag to resize

Document AutoUpdateStylesByTemplate Property

Gets or sets a value indicating whether updating the styles in this document to match the styles in the attached template each time you open .

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool AutoUpdateStylesByTemplate { get; set; }

Property Value

Type: Boolean
if update document styles automatically, set to true .
See Also