Class SevenZipEntrySettings
İsim alanı : Aspose.Zip.Saving Toplama: Aspose.Zip.dll (25.5.0)
7Z girişleri sıkıştırmak veya dekompres etmek için kullanılan ayarlar.
public class SevenZipEntrySettings
Inheritance
object ← SevenZipEntrySettings
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SevenZipEntrySettings(SevenZipCompressionSettings, SevenZipEncryptionSettings)
Aspose.Zip.Saving.SevenZipEntrySettings sınıfının yeni bir örneğini başlatır.
public SevenZipEntrySettings(SevenZipCompressionSettings compressionSettings = null, SevenZipEncryptionSettings encryptionSettings = null)
Parameters
compressionSettings
SevenZipCompressionSettings
Settings for compression. default LZMA ayarları için sıfır geçin.
Bunlardan biri olabilir:
- Aspose.Zip.Saving.SevenZipLZMACkompresyon ayarları
- Aspose.Zip.Saving.SevenZipLZMA2Kompresyon ayarları
- Aspose.Zip.Saving.SevenZipBZip2Kompresyon ayarları
- Aspose.Zip.Saving.SevenZipStoreCompressionSettings
- Aspose.Zip.Saving.SevenZipPPMdKompresyon ayarları
encryptionSettings
SevenZipEncryptionSettings
Şifreleme ayarları: Şifreleme veya şifreleme gerekmediğinde sıfır geçin.
Sadece bir tane olabilir:
- Aspose.Zip.Saving.SevenZipAESEncryptionSettings
Properties
CompressHeader
Arşiv başlığı kompres olup olmadığını gösteren bir değer alır veya ayarlar.
public bool CompressHeader { get; set; }
Mülkiyet Değer
Remarks
Bu ayar 7-Zip aracının ‘-mhc=on’ anahtarı eşdeğerdir. şu anda, başlık şifreleme ile uyumsuzdur.
CompressionSettings
Kompresyon veya dekompresyon rutinleri için ayarları alır.
public SevenZipCompressionSettings CompressionSettings { get; }
Mülkiyet Değer
EncryptionSettings
Şifreleme veya şifreleme için ayarlar alınır. belirli giriş ayarları değişebilir.
public SevenZipEncryptionSettings EncryptionSettings { get; }
Mülkiyet Değer
Remarks
Aspose.Zip.Saving.SevenZipAESEncryptionSettings sadece 7Z arşivleri için bir seçenektir.