Extract

Extract(string, byte[])

Extraheer onbewerkte 3D-inhoud uit PDF-bestand.

public List<byte[]> Extract(string fileName, byte[] password = null)
ParameterTypeBeschrijving
fileNameString
passwordByte[]

Zie ook


Extract(Stream, byte[])

Extraheer onbewerkte 3D-inhoud uit PDF-stream.

public List<byte[]> Extract(Stream stream, byte[] password = null)
ParameterTypeBeschrijving
streamStream
passwordByte[]

Zie ook