Release 1.0 - ...
<commands> element
Defines the list of PDF commands that are being applied when a PDF document is generated. At this moment there is only one command: PdfCommand.
Example
XML |
Copy Code
|
<commands>
<!-- default pdf command -->
<add type="Smartsite.Pdf.Commands.PdfCommand, Smartsite.Pdf" enabled="true">
...
</add>
</commands>
|
Attributes
None.
Parent element
Element name |
Description |
<smartsite.pdf> |
This element contains the Smartsite pdf configuration. |
Child elements
Element name |
Description |
<add> |
Adds a PDF command |
<remove> |
Removes a previously registered command from the PDF generator command list. |
<clear> |
Removes all previously registered PDF commands. |