'Declaration Public Function New( _
ByVal streamA stream, which contains the PPTX file.As System.IO.Stream _
)
public PptxDocument(
System.IO.Stream stream
)
public: PptxDocument(
System.IO.Stream* stream
)
public:
PptxDocument(
System.IO.Stream^ stream
)
Parameters
- stream
- A stream, which contains the PPTX file.