Release 1.0 - ...
<parameters> element
Defines the list of parameters for a PDF command
Example
| XML |
Copy Code
|
<add type="Smartsite.Pdf.Commands.PdfCommand, Smartsite.Pdf" enabled="true">
<parameters>
<!-- web page width-->
<add name="pagewidth" shortcut="w" default="0"/>
<!-- pdf page size (-->
<add name="pagesize" shortcut="pgs" default="A4"/>
</parameters>
</add>
|
Attributes
None.
Parent element
| Element name |
Description |
| <add> |
Adds a PDF command |
Child elements
| Element name |
Description |
| <add> |
Adds a parameter to the PDF command
|
| <remove> |
Removes a previously added parameter |
| <clear> |
Remove all previously added parameters from the PDFcommand. |