'Declaration Public Overrides Function TryGetPdfCode( _ ByVal unicode As System.String, _ ByRef pdfCode As System.UInteger, _ ByRef pdfCodeLength As System.Integer _ ) As System.Boolean
public override System.bool TryGetPdfCode( System.string unicode, out System.uint pdfCode, out System.int pdfCodeLength )
Parameters
- unicode
- The character Unicode.
- pdfCode
- OUT: The character PDF code.
- pdfCodeLength
- OUT: The length of pdfCode in bytes.
Return Value
true if the conversion was successful, false otherwise.