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 imageCopy Code
public long Execute(
	<> commands
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Execute ( _
	commands As (Of ) _
) As Long

Parameters

commands
IEnumerable<(Of <ICommand>)>
The commands.

See Also

Smartsite.Pdf Namespace
Advanced