public final class Zip64Mode
extends com.aspose.ms.System.Enum
Specifies when to use ZIP64 format extensions for OpenXML file.
| Modifier and Type | Field and Description |
|---|---|
static int |
Always
Always use ZIP64 format extensions.
|
static int |
IfNecessary
Use ZIP64 format extensions if necessary.
|
static int |
Never
Do not use ZIP64 format extensions.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Never
Do not use ZIP64 format extensions.
public static final int IfNecessary
Use ZIP64 format extensions if necessary.
public static final int Always
Always use ZIP64 format extensions.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.