←Select platform

FileName Property

Summary

Gets the name of the PDF file associated with this PDFDocument.

Syntax

C#
VB
Java
C++
public string FileName { get; } 
Public ReadOnly Property FileName As String 
public String getFileName() 
public: 
property String^ FileName { 
   String^ get(); 
} 

Property Value

A System.String that contains the name of the PDF file associated with this PDFDocument. The default value is null.

Remarks

FileName and Password will contain the same exact values passed to the PDFDocument(string fileName) and PDFDocument(string fileName, string password) constructors if any.

If this document was created from a stream, then the value of FileName is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly