Enumeration | ||
---|---|---|
PDSEditErrors |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
enum PDSEditErrors {
pdsErrRequiredMissing,
pdsErrBadPDF,
pdsErrWrongTypeEntry,
pdsErrWrongTypeParameter,
pdsErrAlreadyExists,
pdsErrCantDo
}
File: AcroErr.h |
Line: 2506 |
pdsErrRequiredMissing | A required field was missing from a dictionary. |
|
pdsErrBadPDF | An incorrect structure was found in the PDF file. |
|
pdsErrWrongTypeEntry | The dictionary entry has the wrong Cos type. |
|
pdsErrWrongTypeParameter | The wrong type parameter was supplied to a |
|
pdsErrAlreadyExists | There is already a table entry with the same name. |
|
pdsErrCantDo | Some software required to perform this operation is not present in this version of Acrobat. |