public void Execute(object parameter) { var filePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "export.bmp"); _flexViewer.SaveAsBmp(filePath); }
public void Execute(object parameter) { var filePath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments), "export.bmp"); _flexViewer.SaveAsBmp(filePath); }