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