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

Parameters

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

See Also

IPdfContext Interface
Smartsite.Pdf Namespace
Advanced