Class ArchiveEntrySettings

Class ArchiveEntrySettings

Název místa: Aspose.Zip.Saving Sbírka: Aspose.Zip.dll (25.5.0)

Nastavení používané pro komprese nebo dekomprese vstup.

public class ArchiveEntrySettings

Inheritance

object ArchiveEntrySettings

Dědiční členové

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ArchiveEntrySettings(Kompresní nastavení, EncryptionSettings)

Začíná nový příklad třídy Aspose.Zip.Saving.ArchiveEntrySettings.

public ArchiveEntrySettings(CompressionSettings compressionSettings = null, EncryptionSettings encryptionSettings = null)

Parameters

compressionSettings CompressionSettings

Nastavení pro komprese. Pass null pro výchozí deflátové nastaven.

Může být jedním z nich:

  • Aspose.Zip.Saving.DeflateKompresní nastavení
  • Aspose.Zip.Saving.StoreKompresní nastavení
  • Společnost Aspose.Zip.Saving.Bzip2CompressionSettings
  • Aspose.Zip.Saving.LzmaKompresní nastavení
  • Společnost Aspose.Zip.Saving.PPMdCompressionSettings

encryptionSettings EncryptionSettings

Nastavení pro šifrování. projděte null, pokud není nutné šifrovat nebo dešifrovat.

Může být jedním z nich:

  • Aspose.Zip.Saving.TraditionalEncryptionNastavení
  • Společnost Aspose.Zip.Saving.AesEcryptionSettings

Properties

CompressionSettings

Obdrží nastavení pro kompresní nebo dekompresní rutinu.

public CompressionSettings CompressionSettings { get; }

Hodnota nemovitosti

CompressionSettings

Remarks

Může být jedním z nich:

  • Aspose.Zip.Saving.DeflateKompresní nastavení
  • Aspose.Zip.Saving.StoreKompresní nastavení
  • Společnost Aspose.Zip.Saving.Bzip2CompressionSettings
  • Aspose.Zip.Saving.LzmaKompresní nastavení
  • Společnost Aspose.Zip.Saving.PPMdCompressionSettings

EncryptionSettings

Dostane nastavení pro šifrování nebo dešifrování. nastavení konkrétního vstupu se mohou lišit.

public EncryptionSettings EncryptionSettings { get; }

Hodnota nemovitosti

EncryptionSettings

Remarks

  • Aspose.Zip.Saving.TraditionalEncryptionNastavení
  • Společnost Aspose.Zip.Saving.AesEcryptionSettings
 Čeština