Guest User

Untitled

a guest
Jan 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. tab13.PageNumber = "17";
  2. tab13.DocumentID = docId;
  3. tab13.Type = DocuSignAPI.TabTypeCode.Custom;
  4. tab13.CustomTabType = DocuSignAPI.CustomTabType.Text;
  5. tab13.Name = "txtTitle";
  6. tab13.Value = mgrTitle;
  7. tab13.CustomTabTypeSpecified = true;
  8. tab13.AnchorTabItem = new DocuSignAPI.AnchorTab();
  9. tab13.AnchorTabItem.AnchorTabString = "Title:";
  10. tab13.AnchorTabItem.Unit = DocuSignAPI.UnitTypeCode.Pixels;
  11. tab13.AnchorTabItem.UnitSpecified = false;
  12. tab13.AnchorTabItem.IgnoreIfNotPresent = true;
  13. tab13.AnchorTabItem.UnitSpecified = true;
  14. tab13.AnchorTabItem.YOffset = -20;
  15. tab13.AnchorTabItem.XOffset = 50;
Add Comment
Please, Sign In to add comment