'Declaration Public Overridable Sub ExecuteCommand( _
ByVal contextThe context.As PdfContentRenderingContext, _
ByVal commandThe command.As Vintasoft.Imaging.Pdf.Content.Commands.PdfContentCommand _
)
public virtual void ExecuteCommand(
PdfContentRenderingContext context,
Vintasoft.Imaging.Pdf.Content.Commands.PdfContentCommand command
)
public: virtual void ExecuteCommand(
PdfContentRenderingContext* context,
Vintasoft.Imaging.Pdf.Content.Commands.PdfContentCommand* command
)
public:
virtual void ExecuteCommand(
PdfContentRenderingContext^ context,
Vintasoft.Imaging.Pdf.Content.Commands.PdfContentCommand^ command
)
Parameters
- context
- The context.
- command
- The command.