Extract
Extract(string, byte[])
Extraheer onbewerkte 3D-inhoud uit PDF-bestand.
public List<byte[]> Extract(string fileName, byte[] password = null)
| Parameter | Type | Beschrijving |
|---|---|---|
| fileName | String | |
| password | Byte[] |
Zie ook
- class PdfFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D
Extract(Stream, byte[])
Extraheer onbewerkte 3D-inhoud uit PDF-stream.
public List<byte[]> Extract(Stream stream, byte[] password = null)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | |
| password | Byte[] |
Zie ook
- class PdfFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D