v4.7.6

Tue, 6 Sep, 2022

Feature

  • Support to download the attachment using the BoldSign API is added.

  • The CompletedEmailType property has been removed from the BrandSettings and ViewBrandDetails classes in versions v4.7.6 and v4.8.4-beta. Instead, use the EmailSignedDocument property. Please find the code snippet,

      var brandSettings = new BrandSettings()
      {
          BrandName = "BoldSign",
          BrandLogo = new DocumentFileBytes
          {
              ContentType = "image/png",
              FileName = "BoldSign_Logo.png",
          },
          EmailSignedDocument = EmailSignedDocument.DocumentLink,
      };