'宣言 Public MustOverride Function TryGetPdfCode( _ ByVal unicode As System.String, _ ByRef pdfCode As System.UInteger, _ ByRef pdfCodeLength As System.Integer _ ) As System.Boolean
public abstract System.bool TryGetPdfCode( System.string unicode, out System.uint pdfCode, out System.int pdfCodeLength )
パラメータ
- unicode
- 文字Unicode。
- pdfCode
- OUT: 文字PDFコード。
- pdfCodeLength
- OUT: pdfCodeの長さ(バイト単位)。
戻り値の型
変換が成功した場合はtrue、そうでない場合はfalse。