public string SoftwareCreator {get; set;}
'Declaration
Public Property SoftwareCreator As String
'Usage
Dim instance As AltoXmlDocumentOptions
Dim value As String
instance.SoftwareCreator = value
value = instance.SoftwareCreator
public string SoftwareCreator {get; set;}
@property (nonatomic, copy, nullable) NSString *softwareCreator
public String getSoftwareCreator()
public void setSoftwareCreator(String softwareCreator)
<br/>get_SoftwareCreator();<br/>set_SoftwareCreator(value);<br/>Object.defineProperty('SoftwareCreator');
public:
property String^ SoftwareCreator {
String^ get();
void set ( String^ value);
}
Property Value
The software creator setting for the ALTO document. Default value is
null.