PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes the specified commands.
Namespace: Smartsite.Pdf
Assembly: Smartsite.Pdf (in Smartsite.Pdf.dll)
Syntax
C# | Copy Code |
---|---|
public long Execute( <> commands ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function Execute ( _ commands As (Of ) _ ) As Long |
Parameters
- commands
- IEnumerable<(Of <ICommand>)>
The commands.
See Also
PdfContext2 Class
Smartsite.Pdf Namespace