SignatureLine.AdditionalXml Property

Additional Signature Information.Represents the attribte in schema: addlxml

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

Syntax

'Declaration
<SchemaAttrAttribute(, "addlxml")> _
Public Property AdditionalXml As StringValue
    Get
    Set
'Usage
Dim instance As SignatureLine
Dim value As StringValue

value = instance.AdditionalXml

instance.AdditionalXml = value
[SchemaAttrAttribute(, "addlxml")]
public StringValue AdditionalXml { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SignatureLine Class

SignatureLine Members

DocumentFormat.OpenXml.Vml.Office Namespace