Skip to content

42194-How to insert signature in Word document through mail merge?#555

Open
GOPINATH-SF4767 wants to merge 3 commits into
mainfrom
42194-Mailmerge
Open

42194-How to insert signature in Word document through mail merge?#555
GOPINATH-SF4767 wants to merge 3 commits into
mainfrom
42194-Mailmerge

Conversation

@GOPINATH-SF4767
Copy link
Copy Markdown
Collaborator

Description:
Added sample for How to insert signature in Word document through mail merge

WPicture picture = args.Picture;

//Get the text box format
WTextBoxFormat textBoxFormat = (args.CurrentMergeField.OwnerParagraph.OwnerTextBody.Owner as WTextBox).TextBoxFormat;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If owner is not textbox then it will throw null exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants