BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
public IActionResult AzureGetImage(FileManagerImageContent args)
{
return this.operation.GetImage(args.Path, args.Id, false, null, null);
}
public class FileManagerImageContent
{
public string Path { get; set; }
public string Id { get; set; }
} |