Class ArchiveEntrySettings

Class ArchiveEntrySettings

De naam: Aspose.Zip.Saving Verzameling: Aspose.Zip.dll (25.5.0)

De instellingen die worden gebruikt voor het compresseren of decompresseren van de input.

public class ArchiveEntrySettings

Inheritance

object ArchiveEntrySettings

Geëerbiede leden

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

Constructors

ArchiveEntrySettings(CompressionSettings en EncryptionSettings)

Initialiseert een nieuwe instantie van de Aspose.Zip.Saving.ArchiveEntrySettings klasse.

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

Parameters

compressionSettings CompressionSettings

Settings for compression. Pass null voor standaard deflate-instellingen.

Het kan een van deze zijn:

  • Aspose.Zip.Saving.DeflateCompressionSettings
  • Aspose.Zip.Saving.StoreCompressionSettings
  • Aspose.Zip.Saving.Bzip2CompressionSettings
  • Aspose.Zip.Saving.LzmaCompressieinstellingen
  • Aspose.Zip.Saving.PPMdCompressionSettings

encryptionSettings EncryptionSettings

Pass null als er geen noodzaak is om te versleutelen of te decrypteren.

Het kan een van deze zijn:

  • Aspose.Zip.Saving.TraditioneleEncryptionSettings
  • Aspose.Zip.Saving.AesEcryptionSettings

Properties

CompressionSettings

Geeft instellingen voor compressie of decompressie routine.

public CompressionSettings CompressionSettings { get; }

Eigendomswaarde

CompressionSettings

Remarks

Het kan een van deze zijn:

  • Aspose.Zip.Saving.DeflateCompressionSettings
  • Aspose.Zip.Saving.StoreCompressionSettings
  • Aspose.Zip.Saving.Bzip2CompressionSettings
  • Aspose.Zip.Saving.LzmaCompressieinstellingen
  • Aspose.Zip.Saving.PPMdCompressionSettings

EncryptionSettings

Geeft instellingen voor encryptie of decryptie. instellingen van een bepaalde ingang kunnen variëren.

public EncryptionSettings EncryptionSettings { get; }

Eigendomswaarde

EncryptionSettings

Remarks

  • Aspose.Zip.Saving.TraditioneleEncryptionSettings
  • Aspose.Zip.Saving.AesEcryptionSettings
 Nederlands