'Declaration Public Function New( _
ByVal filenameThe name of the PPTX file.As System.String, _
ByVal modeA FileMode constant that determines how to open or create the PPTX file.As System.IO.FileMode, _
ByVal accessA FileAccess constant that determines how the image file can be accessed.As System.IO.FileAccess _
)
public PptxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
public: PptxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
public:
PptxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access
)
Parameters
- filename
- The name of the PPTX file.
- mode
- A FileMode constant that determines how to open or create the PPTX file.
- access
- A FileAccess constant that determines how the image file can be accessed.