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