|
@@ -2,25 +2,25 @@
|
|
|
{
|
|
{
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// The QuestPDF library is available under a hybrid license favorable to both community and business users.
|
|
/// The QuestPDF library is available under a hybrid license favorable to both community and business users.
|
|
|
- /// For a comprehensive overview, please visit the <a href="https://www.questpdf.com/license/">License and Pricing details webpage</a>.
|
|
|
|
|
|
|
+ /// For a comprehensive overview, please visit the <a href="https://www.questpdf.com/license">License and Pricing details webpage</a>.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
public enum LicenseType
|
|
public enum LicenseType
|
|
|
{
|
|
{
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// The QuestPDF Community MIT License is applicable mainly for companies and individuals with less than $1M USD annual gross revenue.
|
|
/// The QuestPDF Community MIT License is applicable mainly for companies and individuals with less than $1M USD annual gross revenue.
|
|
|
- /// <a href="https://www.questpdf.com/license/summary/community.html">Learn more</a>
|
|
|
|
|
|
|
+ /// <a href="https://www.questpdf.com/license">Learn more</a>
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
Community,
|
|
Community,
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// The QuestPDF Professional License is applicable for individuals and companies with at most 10 software developers.
|
|
/// The QuestPDF Professional License is applicable for individuals and companies with at most 10 software developers.
|
|
|
- /// <a href="https://www.questpdf.com/license/summary/professional.html">Learn more</a>
|
|
|
|
|
|
|
+ /// <a href="https://www.questpdf.com/license">Learn more</a>
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
Professional,
|
|
Professional,
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// The QuestPDF Enterprise License is applicable for individuals and companies with any number of software developers.
|
|
/// The QuestPDF Enterprise License is applicable for individuals and companies with any number of software developers.
|
|
|
- /// <a href="https://www.questpdf.com/license/summary/enterprise.html">Learn more</a>
|
|
|
|
|
|
|
+ /// <a href="https://www.questpdf.com/license">Learn more</a>
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
Enterprise
|
|
Enterprise
|
|
|
}
|
|
}
|