ReaderWmfGetXaml Method |
Namespace: Ab2d
Read or ReadGeometry must be called before using GetXaml.
To specify detailed options for xaml or to get xaml for Silverlight use GetXaml method.
string xaml; Viewbox sampleViewbox; sampleViewbox = myReader.Read(@"c:\mySample.wmf"); xaml = myReader.GetXaml(); System.IO.File.WriteAllText(@"c:\mySample.xaml", xaml);