PdfVersion

PDF versions supported by PSPDFKit.

Entries

Link copied to clipboard

PDF 1.0 *

Link copied to clipboard

PDF 1.1 *

Link copied to clipboard

PDF 1.2 *

Link copied to clipboard

PDF 1.3 *

Link copied to clipboard

PDF 1.4 *

Link copied to clipboard

PDF 1.5 *

Link copied to clipboard

PDF 1.6 *

Link copied to clipboard

PDF 1.7 *

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Returns the maximum length for the encryption key for this version.
Link copied to clipboard
open fun valueOf(name: String): PdfVersion

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<PdfVersion>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.