public void Add(object position, NetOffice.PublisherApi.Enums.PbRulerGuideType type)
 {
     Factory.ExecuteMethod(this, "Add", position, type);
 }
Exemple #2
0
 public virtual void Add(object position, NetOffice.PublisherApi.Enums.PbRulerGuideType type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Add", position, type);
 }