←Select platform

ProcessingStepDescription Property

Summary

Processing step description for the ALTO document.

Syntax
C#
VB
Objective-C
C++
Java
public string ProcessingStepDescription { get; set; } 
Public Property ProcessingStepDescription As String 
@property (nonatomic, copy, nullable) NSString *processingStepDescription 
public String getProcessingStepDescription() 
public void setProcessingStepDescription(String description) 
public: 
property String^ ProcessingStepDescription { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The Processing step description for the ALTO document. Default value is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly