Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void LoadFromBytes(
	byte[] bytes
)
Public Sub LoadFromBytes ( 
	bytes As Byte()
)
public:
void LoadFromBytes(
	array<unsigned char>^ bytes
)
member LoadFromBytes : 
        bytes : byte[] -> unit 

Parameters

bytes
array<Byte>[]()[][]
The byte array with the file content.

See Also