SoToPDFActionSetTitle Method |
[Optional] Set a title into the output PDF file.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetTitle(
string title
)
Public Sub SetTitle (
title As String
)
public:
void SetTitle(
String^ title
)
member SetTitle :
title : string -> unit
Parameters
- title
- Type: SystemString
Remarks See Also