SignatureLine.AllowComments Property

User-specified Comments Flag.Represents the attribte in schema: allowcomments

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "allowcomments")> _
Public Property AllowComments As TrueFalseValue
    Get
    Set
'Usage
Dim instance As SignatureLine
Dim value As TrueFalseValue

value = instance.AllowComments

instance.AllowComments = value
[SchemaAttrAttribute(, "allowcomments")]
public TrueFalseValue AllowComments { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

SignatureLine Class

SignatureLine Members

DocumentFormat.OpenXml.Vml.Office Namespace