SoToPDFActionSetText Method |
[Optional] Add a text block 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 SetText(
string text
)
Public Sub SetText (
text As String
)
public:
void SetText(
String^ text
)
member SetText :
text : string -> unit
Parameters
- text
- Type: SystemString
Remarks See Also