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