Click or drag to resize

DocxRunSetProperty Method

Sets the property. Used for generic (not so common) properties

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public bool SetProperty(
	string propname,
	Object propvalue
)

Parameters

propname
Type: SystemString
The propname.
propvalue
Type: SystemObject
The propvalue.

Return Value

Type: Boolean
true if XXXX, false otherwise.
Exceptions
ExceptionCondition
Exception
Exception
See Also