Extract input value from MaskedEditBox

Hi,

Is there a way to extract the input value from a MaskedEdit date field (format: ## / ## / ####) in a Word document? Aspose.Words sees it as a bookmark, but I couldn't use .Range.Text to extract the value. Please advise.

If you send us a sample document then I will compose the code snippet for you that does the job.

The input value was actually saved in a document variable. I can just iterate through the enumerator (doc.Variables.Values) and extract the value. Anyhow, thanks for your reply.