Exemplo n.º 1
0
 public static void GetPptPresentationTextItems()
 {
     string name      = "test.pptx";
     bool?  withEmpty = false;
     string password  = null;
     string folder    = "input";
     string storage   = null;
     var    response  = textApi.GetPptPresentationTextItems(name, withEmpty, password, folder, storage);
 }