在實時環境中測試
在生產環境中測試且無浮水印。
在您需要的地方運行。
全功能產品
獲得30天的全功能產品。
在幾分鐘內啟動並運行。
24/5技術支援
您的產品試用期間可完全接觸我們的支援工程團隊
30DAYFREE
using IronZip;
// Create an empty ZIP
using (var archive = new IronZipArchive())
{
// Add files to the ZIP
archive.Add("./assets/image1.jpg");
archive.Add("./assets/image2.jpg");
archive.Add("./assets/image3.jpg");
// Export the ZIP
archive.SaveAs("output.zip");
}
Install-Package IronZip
為 C#, F#, & VB.NET 在 .NET 10, 9, 8, 7, 6, 5, Core, Standard 或 Framework 上運行而設計
您的試用金鑰應在電子郵件中。
若沒有,請聯絡
support@ironsoftware.com
內建 AES-256 加密的 .NET 存檔程式庫。在 C# 中建立、讀取和提取 ZIP、TAR、GZIP 和 BZIP2 存檔。
new IronZipArchive(), archive.Add(), archive.SaveAs().