Set file name by its parameter

Set file name by its parameter

Anonymous
Not applicable
439 Views
1 Reply
Message 1 of 2

Set file name by its parameter

Anonymous
Not applicable

Dear all,

 

How to set file name of document by its parameters while printing the documents.

 

Regards

Amith

0 Likes
440 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Hi,

 

Document.Title can be used to retreive the document's name but it will not allow you set it, as it is a readonly property.

 

Capture.PNG

 

elements have a .get_Parameter() method which returns the parameter.

 

Cheers,

 

0 Likes