public final class PdfEncryptionAlgorithm
extends com.aspose.ms.System.Enum
Specifies the encryption algorithm to use for encrypting a PDF document.
Modifier and Type | Field and Description |
---|---|
static int |
RC4_128
Specifies the encryption algorithm to use for encrypting a PDF document.
|
static int |
RC4_40
Specifies the encryption algorithm to use for encrypting a PDF document.
|
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, toString
public static final int RC4_40
Specifies the encryption algorithm to use for encrypting a PDF document.
public static final int RC4_128
Specifies the encryption algorithm to use for encrypting a PDF document.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.