←Select platform

SoftwareCreator Property

Summary

Software creator setting for the ALTO document.

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

Property Value

The software creator 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