![]() |
PDFix SDK
6.5.0
|
Public Member Functions | |
virtual void | Destroy ()=0 |
Destroys the specified command and its associated resources. More... | |
virtual PsCommandStatus | Execute (PdfCancelProc cancel_proc, void *cancel_data)=0 |
Destroys the specified command and its associated resources. More... | |
virtual bool | LoadFromStream (PsStream *stream, PsDataFormat format)=0 |
virtual bool | SaveToStream (PsStream *stream, PsDataFormat format)=0 |
Exports command configuration into a stream. Only JSON format is supported. More... | |
PsCommand class.
A PsCommand represents an action that the user can perform on the current document. Specifically, a PsCommand represents a command which can be added to a command sequence and executed either interactively or via batch processing.
|
pure virtual |
Destroys the specified command and its associated resources.
|
pure virtual |
Destroys the specified command and its associated resources.
cancel_proc | Callback to check for canceling operations. |
cancel_data | Pointer to client data for the cancel procedure. |
|
pure virtual |
Imports a command configuration from a stream. The configuration settings will not be updated if the command is not in a ready state.Only JSON format is supported.
stream | Source stream of the metadata. |
format | Format of the source stream. Only JSON format is supported./ |
|
pure virtual |
Exports command configuration into a stream. Only JSON format is supported.
stream | Source stream of the metadata. |
format | Format of the source stream. Only JSON format is supported. |