public final class FileEncoding
extends com.aspose.ms.System.Enum
Encoding of the attached file. Possible values: Zip - file is compressed with ZIP, None - file is non compressed.
Modifier and Type | Field and Description |
---|---|
static int |
None
File is not compressed.
|
static int |
Zip
File is compressed with ZIP algorithhm.
|
public static final int None
File is not compressed.
public static final int Zip
File is compressed with ZIP algorithhm.
Copyright © 2022 Aspose. All Rights Reserved.