Extract
PdfFormat.Extract method (1 of 2)
Extract raw 3D content from PDF file.
public List<byte[]> Extract(string fileName, byte[] password = null)
Parameter | Type | Description |
---|---|---|
fileName | String | |
password | Byte[] |
See Also
- class PdfFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D
PdfFormat.Extract method (2 of 2)
Extract raw 3D content from PDF stream.
public List<byte[]> Extract(Stream stream, byte[] password = null)
Parameter | Type | Description |
---|---|---|
stream | Stream | |
password | Byte[] |
See Also
- class PdfFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D