Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobError Structure : Operation Property |
public DocumentConverterJobOperation Operation {get; set;}
'Declaration
Public Property Operation As DocumentConverterJobOperation
'Usage
Dim instance As DocumentConverterJobError Dim value As DocumentConverterJobOperation instance.Operation = value value = instance.Operation
public DocumentConverterJobOperation getOperation() public void setOperation(DocumentConverterJobOperation value)
public: property DocumentConverterJobOperation Operation { DocumentConverterJobOperation get(); void set ( DocumentConverterJobOperation value); }
For an example, refer to RunJob and RunJobAsync.