←Select platform

SoftwareName Property

Summary

Software name setting for the ALTO document.

Syntax
C#
VB
Objective-C
C++
Java
public string SoftwareName { get; set; } 
Public Property SoftwareName As String 
@property (nonatomic, copy, nullable) NSString *softwareName 
public String getSoftwareName() 
public void setSoftwareName(String softwareName) 
public: 
property String^ SoftwareName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The software name setting 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