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