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 virtual byte[] Encode( byte[] bytes ) |
Visual Basic |
---|
Public Overridable Function Encode ( _ bytes As Byte() _ ) As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ Encode( array<unsigned char>^ bytes ) |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]