Click or drag to resize

PdfTypeArrayAddString Method

Adds the ansi string to the Array.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void AddString(
	string text,
	Encoding enc = null
)

Parameters

text  String
The string which should be added at the end of Array.
enc  Encoding  (Optional)
The encoding used to encode the text into an ANSI string. if Null DefaultAnsiEncoding is used.
See Also