←Select platform

FileName Property

Summary
File name for the ALTO document.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string FileName { get; set; } 
@property (nonatomic, copy, nullable) NSString *fileName; 
public String getFileName() 
public void setFileName(String fileName) 
public: 
property String^ FileName { 
   String^ get(); 
   void set (    String^ ); 
} 
FileName # get and set (AltoXmlDocumentOptions) 

Property Value

A The file name for the ALTO document. Default value is null.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.