Exemple #1
0
 public NetOffice.PublisherApi.Shape AddWebControl(NetOffice.PublisherApi.Enums.PbWebControlType type, object left, object top, object width, object height)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Shape>(this, "AddWebControl", NetOffice.PublisherApi.Shape.LateBindingApiWrapperType, new object[] { type, left, top, width, height }));
 }
Exemple #2
0
 public virtual NetOffice.PublisherApi.Shape AddWebControl(NetOffice.PublisherApi.Enums.PbWebControlType type, object left, object top, object width, object height)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Shape>(this, "AddWebControl", typeof(NetOffice.PublisherApi.Shape), new object[] { type, left, top, width, height }));
 }