Extract
Extract(string, byte[])
استخراج محتوى ثلاثي الأبعاد خام من ملف PDF .
public List<byte[]> Extract(string fileName, byte[] password = null)
| معامل | يكتب | وصف |
|---|---|---|
| fileName | String | |
| password | Byte[] |
أنظر أيضا
- class PdfFormat
- مساحة الاسم Aspose.ThreeD.Formats
- المجسم Aspose.3D
Extract(Stream, byte[])
استخراج محتوى ثلاثي الأبعاد خام من دفق PDF .
public List<byte[]> Extract(Stream stream, byte[] password = null)
| معامل | يكتب | وصف |
|---|---|---|
| stream | Stream | |
| password | Byte[] |
أنظر أيضا
- class PdfFormat
- مساحة الاسم Aspose.ThreeD.Formats
- المجسم Aspose.3D