Create an appropriate type of Atom from a raw PDF string representation.
[C#] static Atom FromString(string value) [Visual Basic] Shared Function FromString(value As String) As Atom
static Atom FromString(string value)
Shared Function FromString(value As String) As Atom
The text you pass this function must be in native PDF format. This means that unusual characters in text strings must be appropriately escaped.
For full details of the way that PDF objects are represented you should see the Adobe PDF Specification.
None.
Submit feedback about this site to: