public PdfFile( byte[] fileContent )
Public Sub New ( fileContent As Byte() )
public: PdfFile( array<unsigned char>^ fileContent )
new : fileContent : byte[] -> PdfFile
Patagames.Pdf.Net.Wrappers.PdfFile = function(fileContent);