RecAPI
|
Classes | |
class | AlreadyInitializedException |
RecPDF already initialized. More... | |
class | Document |
A PDF document. More... | |
class | Manager |
Manager class for the RecPDF More... | |
class | Operation |
A PDF operation. More... | |
class | OptDocument |
A PDF document for PDF optimizing operations. More... | |
class | ParameterIsNullException |
Null parameter. More... | |
class | PDFException |
PDF exception. More... | |
class | RecAPIError |
RecAPI error. More... | |
class | RecPDF |
Main class for RecPDF. More... | |
Enumerations | |
enum | ErrorType { RECAPIError , ParameterIsNull , AlreadyInitialized } |
PDF exception type. More... | |
enum | Encryption { NO , RC4 , AES } |
PDF file encryption type. More... | |
enum | Rotation { No = 0 , Left , Right , Halfturn } |
Degree of rotation. More... | |
enum | Restrictions { NoPrint = 0x100 , NoHighResolutionPrinting = 0x200 , NoCopy = 0x400 , NoExtractText = 0x800 , NoExtractPages = 0x1000 , NoChange = 0x2000 , NoAssemble = 0x4000 , NoAcroform = 0x8000 , NoAnnotation = 0x10000 , AllowEverything = 0 } |
PDF security restriction flags. More... | |
PDF security restriction flags.