PdfIdentityHEncodingGetMaxCharCount Method |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetMaxCharCount(
int byteCount
)
Public Overrides Function GetMaxCharCount (
byteCount As Integer
) As Integer
public:
virtual int GetMaxCharCount(
int byteCount
) override
abstract GetMaxCharCount :
byteCount : int -> int
override GetMaxCharCount :
byteCount : int -> int
Parameters
- byteCount
- Type: SystemInt32
Return Value
Type:
Int32
See Also