Class ArchiveEntrySettings
İsim alanı : Aspose.Zip.Saving Toplama: Aspose.Zip.dll (25.5.0)
İçeriği sıkıştırmak veya dekompres etmek için kullanılan ayarlar.
public class ArchiveEntrySettings
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ArchiveEntrySettings(Anahtar Kelimeler: EncryptionSettings)
Aspose.Zip.Saving.ArchiveEntrySettings sınıfının yeni bir örneğini başlatır.
public ArchiveEntrySettings(CompressionSettings compressionSettings = null, EncryptionSettings encryptionSettings = null)
Parameters
compressionSettings
CompressionSettings
Settings for compression. default deflate ayarları için sıfır geçin.
Bunlardan biri olabilir:
- Aspose.Zip.Saving.DeflateKompresyon ayarları
- Aspose.Zip.Saving.StoreCompressionGörüntüleme
- Aspose.Zip.Saving.Bzip2Kompresyon ayarları
- Aspose.Zip.Saving.LzmaKompresyon ayarları
- Aspose.Zip.Saving.PPMdCompressionGörüntüleme
encryptionSettings
EncryptionSettings
Şifreleme ayarları: Şifreleme veya şifreleme gerekmediğinde sıfır geçin.
Bunlardan biri olabilir:
- Aspose.Zip.Saving.TraditionalŞifreleme ayarları
- Aspose.Zip.Saving.AesEcryptionGörüntüleme
Properties
CompressionSettings
Kompresyon veya dekompresyon rutinleri için ayarları alır.
public CompressionSettings CompressionSettings { get; }
Mülkiyet Değer
Remarks
Bunlardan biri olabilir:
- Aspose.Zip.Saving.DeflateKompresyon ayarları
- Aspose.Zip.Saving.StoreCompressionGörüntüleme
- Aspose.Zip.Saving.Bzip2Kompresyon ayarları
- Aspose.Zip.Saving.LzmaKompresyon ayarları
- Aspose.Zip.Saving.PPMdCompressionGörüntüleme
EncryptionSettings
Şifreleme veya şifreleme için ayarlar alınır. belirli giriş ayarları değişebilir.
public EncryptionSettings EncryptionSettings { get; }
Mülkiyet Değer
Remarks
- Aspose.Zip.Saving.TraditionalŞifreleme ayarları
- Aspose.Zip.Saving.AesEcryptionGörüntüleme