Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static string[][] GetAllNameEntries( string name, string encoding, byte[] ttfAfm ) |
Visual Basic |
---|
Public Shared Function GetAllNameEntries ( _ name As String, _ encoding As String, _ ttfAfm As Byte() _ ) As String()() |
Visual C++ |
---|
public: static array<array<String^>^>^ GetAllNameEntries( String^ name, String^ encoding, array<unsigned char>^ ttfAfm ) |
Parameters
- name
- Type: System..::..String
- encoding
- Type: System..::..String
- ttfAfm
- Type: array<System..::..Byte>[]()[][]