Method Save
Save(String)
Normally when a pdf is loaded or Create() is called then Dialog is in Normal mode. In this mode if Save() method is called it saves all formfields except signature fields. if StartSignature() method is called then dialog is in Siganture mode. In this mode if Save() method is called then it just saves the pdf to location defined by parameter PathFileName. Note : StartSignature() Saves the current status of formfields and disables them before Signature capture is started. As and when each signature is captured the signature field is saved and disabled.
Declaration
public virtual string Save(string PathFileName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | PathFileName | In Normal Mode if this value is null then pdf file is not stored locally, however the formfields are stored in pdf client. In signaturemode if this value is null or invalid then pdf is saved in the Execution Directory as "ModifiedFormfieldsyyyy-dd-M--HH-mm-ss.pdf", if it is not null then it will be stored with given path and name |
Returns
Type | Description |
---|---|
System.String |