Click or drag to resize

IDocProperty LinkToContent Property

True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write Boolean.

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

Property Value

Type: Boolean
See Also