Gets the name of the PDF file associated with this PDFDocument.
public string FileName { get; }
Public ReadOnly Property FileName As String
public String getFileName()
public:
property String^ FileName {
String^ get();
}
A System.String that contains the name of the PDF file associated with this PDFDocument. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET