documentFileName

The documentFileName property returns the base file name of the document including the extension.

 

Syntax

System.String documentFileName();

 

Return Value

Returns the current file name of the document or otherwise null.

 

Remarks

This property is Read-Only

 

Member of doc.

 

Example