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 void SetContent( byte[] content ) |
Visual Basic |
---|
Public Sub SetContent ( _ content As Byte() _ ) |
Visual C++ |
---|
public: void SetContent( array<unsigned char>^ content ) |
Parameters
- content
- Type: array<System..::..Byte>[]()[][]