Initializes a new instance of the PDFBaseObject class
Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFBaseObject( byte[] content ) |
| Visual Basic |
|---|
Public Sub New ( _ content As Byte() _ ) |
| Visual C++ |
|---|
public: PDFBaseObject( array<unsigned char>^ content ) |
Parameters
- content
- Type: array<System..::..Byte>[]()[][]