XmlMappingBuiltInDocumentProperty Property |
Gets the built-in document property that is mapped to the content control.
Namespace:
GemBox.Document.CustomMarkups
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic Nullable<BuiltInDocumentProperty> BuiltInDocumentProperty { get; }
Public ReadOnly Property BuiltInDocumentProperty As Nullable(Of BuiltInDocumentProperty)
Get
Property Value
Type:
NullableBuiltInDocumentProperty
The built-in document property that is mapped to the content control.
Null if the content control is not mapped with any built-in document property.
See Also