ContentControlPropertiesXmlMapping Property |
Specifies the mapping between a content control and a custom XML part or a document property.
Namespace:
GemBox.Document.CustomMarkups
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic XmlMapping XmlMapping { get; set; }
Public Property XmlMapping As XmlMapping
Get
Set
Property Value
Type:
XmlMapping
The mapping between a content control and a custom XML part or a document property.
Null if there is no mapping.
See Also