←Select platform

FileName Property

Summary

File name for the ALTO document.

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

Property Value

A The file name 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