Hide void option from menu in DocuSign envelope view. Can I do this using C# DocuSign SDK?
To hide Void option for user usingfor all the users whether user is participant or not. Envelope is being accessed using CreateRecipientView end point of docusign.
Use Focused View with a bit of JS/HTML to do that.
Recommend you download the full (right most) quickstart for C# and then search for "Focued View" to see how it works.
Here is what the HTML/JS looks like: