Release 1.0 - ...
<remove> element
Removes a previously registered command from the PDF generator command list.
Example
| XML |
Copy Code
|
<commands>
<add type="Smartsite.Pdf.Commands.PdfCommand, Smartsite.Pdf" enabled="true">
...
</add>
<remove type="Smartsite.Pdf.Commands.PdfCommand, Smartsite.Pdf"/>
</commands>
|
Attributes
| Attribute name |
Required |
Description |
| type |
Yes |
The type of the command to remove. |
Parent element
| Element name |
Description |
| <commands> |
Defines the list of PDF commands. |
Child elements
None.