Esempio n. 1
0
 public WmlDocument SetBackgroundImage(string imagePath)
 {
     return((WmlDocument)BackgroundAccessor.SetImage(this, imagePath));
 }
Esempio n. 2
0
 public WmlDocument SetBackgroundColor(string colorValue)
 {
     return((WmlDocument)BackgroundAccessor.SetColor(this, colorValue));
 }
Esempio n. 3
0
 public string GetBackgroundImageFileName()
 {
     return(BackgroundAccessor.GetImageFileName(this));
 }
Esempio n. 4
0
 public void SaveBackgroundImageToFile(string fileName)
 {
     BackgroundAccessor.SaveImageToFile(this, fileName);
 }
Esempio n. 5
0
 public string GetBackgroundColor()
 {
     return(BackgroundAccessor.GetBackgroundColor(this));
 }