Class SevenZipEntrySettings
Class SevenZipEntrySettings
名称: Aspose.Zip.Saving 組み合わせ: Aspose.Zip.dll (25.5.0)
7Z エントリーを圧縮または圧縮するために使用される設定。
public class SevenZipEntrySettings
Inheritance
object ← SevenZipEntrySettings
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SevenZipEntrySettings(SevenZipCompressionSettings、7ZipEncryptionSettings)
Aspose.Zip.Saving.SevenZipEntrySettingsクラスの新しい例を開始します。
public SevenZipEntrySettings(SevenZipCompressionSettings compressionSettings = null, SevenZipEncryptionSettings encryptionSettings = null)
Parameters
compressionSettings
SevenZipCompressionSettings
圧縮の設定: デフォルトの LZMA 設定に null を入力します。
これらの1つかもしれない:
- アスポーズ.Zip.Saving.SevenZipLZMACompressionSettings
- アスポーズ.Zip.Saving.SevenZipLZMA2CompressionSettings
- アスポーズ.Zip.Saving.SevenZipBZip2CompressionSettings
- ASPOSE.ZIP.Saving.SevenZipStore インストール設定
- アスポーズ.Zip.Saving.SevenZipPPMdCompressionSettings
encryptionSettings
SevenZipEncryptionSettings
暗号化の設定: 暗号化または暗号化する必要がない場合、ゼロに移動します。
1つだけあり得る:
- アスポーズ.Zip.Saving.SevenZipAESEncryptionSettings
Properties
CompressHeader
値を取得または設定し、アーカイブヘッダーを圧縮するかどうかを示します。
public bool CompressHeader { get; set; }
不動産価値
Remarks
この設定は 7-Zip ツールの「-mhc=on」スイッチに等しい。
CompressionSettings
コンプレッシャーやデコンプレッシャーのルーチンに設定されます。
public SevenZipCompressionSettings CompressionSettings { get; }
不動産価値
EncryptionSettings
暗号化または暗号化のための設定が得られます. 特定の入力の設定は異なります。
public SevenZipEncryptionSettings EncryptionSettings { get; }
不動産価値
Remarks
Aspose.Zip.Saving.SevenZipAESEncryptionSettings は 7Z ファイルのみのオプションです。