Extract
Extract(string, byte[])
PDF ファイルから生の 3D コンテンツを抽出します。
public List<byte[]> Extract(string fileName, byte[] password = null)
パラメータ | タイプ | 説明 |
---|---|---|
fileName | String | |
password | Byte[] |
関連項目
- class PdfFormat
- 名前空間 Aspose.ThreeD.Formats
- 組み立て Aspose.3D
Extract(Stream, byte[])
PDF ストリームから生の 3D コンテンツを抽出します。
public List<byte[]> Extract(Stream stream, byte[] password = null)
パラメータ | タイプ | 説明 |
---|---|---|
stream | Stream | |
password | Byte[] |
関連項目
- class PdfFormat
- 名前空間 Aspose.ThreeD.Formats
- 組み立て Aspose.3D