Example #1
0
 public virtual NetOffice.PublisherApi.PrintablePlate FindPlateByInkName(NetOffice.PublisherApi.Enums.PbInkName inkName)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.PrintablePlate>(this, "FindPlateByInkName", typeof(NetOffice.PublisherApi.PrintablePlate), inkName));
 }
 public NetOffice.PublisherApi.PrintablePlate FindPlateByInkName(NetOffice.PublisherApi.Enums.PbInkName inkName)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.PrintablePlate>(this, "FindPlateByInkName", NetOffice.PublisherApi.PrintablePlate.LateBindingApiWrapperType, inkName));
 }