Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public void GetCharABCWidths( uint uFirstChar, uint uLastChar, ref ABC[] lpabc ) |
Visual Basic |
---|
Public Sub GetCharABCWidths ( _ uFirstChar As UInteger, _ uLastChar As UInteger, _ ByRef lpabc As ABC() _ ) |
Visual C++ |
---|
public: void GetCharABCWidths( unsigned int uFirstChar, unsigned int uLastChar, array<ABC>^% lpabc ) |
Parameters
- uFirstChar
- Type: System..::..UInt32
- uLastChar
- Type: System..::..UInt32
- lpabc
- Type: array<CuteEditor.Convertor.PDF..::..ABC>[]()[][]%