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