| Article | 70001753 |
| Type | Wish |
| Product | Engine |
| Date Added | 5/5/2020 12:00:00 AM |
| Fixed | 8.8005.0.3 (5/5/2020 12:00:00 AM) |
| Submitted by | Soon Hui Ngu |
Summary
I need a method to get the filter strings used in vdraw open and save dialogs
Solution
In version 8005 we exported two methods in vdDocument object like below
public string GetSaveDialogFilter()
summary: A public method that returns the filter string used in our save dialog.
returns: The filter string used in our save dialog.
public string GetOpenDialogFilter()
summary: A public method that returns the filter string used in our open dialog.
returns: The filter string used in our open dialog.
