'Declaration Public Function New( _
ByVal filenameThe name of the DOCX file.As System.String, _
ByVal modeA FileMode constant that determines how to open or create the DOCX file.As System.IO.FileMode, _
ByVal accessA FileAccess constant that determines how the image file can be accessed.As System.IO.FileAccess, _
ByVal layoutSettingsThe document layout settings.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings _
)
public DocxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings layoutSettings
)
public: DocxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* layoutSettings
)
public:
DocxDocument(
System.String filename,
System.IO.FileMode mode,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings^ layoutSettings
)
Parameters
- filename
- The name of the DOCX file.
- mode
- A FileMode constant that determines how to open or create the DOCX file.
- access
- A FileAccess constant that determines how the image file can be accessed.
- layoutSettings
- The document layout settings.