Extract
Extract(string, byte[])
Extrahera rått 3D-innehåll från PDF-fil.
public List<byte[]> Extract(string fileName, byte[] password = null)
Parameter | Typ | Beskrivning |
---|---|---|
fileName | String | |
password | Byte[] |
Se även
- class PdfFormat
- namnutrymme Aspose.ThreeD.Formats
- hopsättning Aspose.3D
Extract(Stream, byte[])
Extrahera rått 3D-innehåll från PDF-ström.
public List<byte[]> Extract(Stream stream, byte[] password = null)
Parameter | Typ | Beskrivning |
---|---|---|
stream | Stream | |
password | Byte[] |
Se även
- class PdfFormat
- namnutrymme Aspose.ThreeD.Formats
- hopsättning Aspose.3D