Full Name |
Office Open XML Word Format |
Format ID |
ImGearFormats.DOCX |
File Extension(s) |
*.docx |
Data Type |
Vector Image |
Data Encoding |
Zipped XML Package |
Multi-Page Support |
Yes |
Alpha Channel Support |
No |
Metadata Update Support |
No |
ImageGear Platforms Support |
.NET, .NET64 |
ImageGear Supported Versions
ImageGear Supported Features
- Autodetection
- Single page file reading
- Multiple page file reading
ImageGear Read Support
- Please use ImGearFileFormats.LoadDocument to load Word files. The ImGearFileFormats.LoadPage is not supported for Word documents.
- ImageGear .NET does not currently support password-protected Office documents (.doc, .docx, .xls, .xlsx, .ppt, and pptx).
- Microsoft Office 2007 password-protected files store the information about the specific file type (DOCX, XLSX and PPTX) in the section encrypted by the password. This prevents detection of Office 2007 password-protected files and throws the exception, System.NotSupportedException.
ImageGear Write Support
The saved Word file will have the same page sizes and page count as the source document file.
See ImGearWordDocument.ConvertFile for direct conversion between the different Word formats.
ImageGear Filter Control Parameters
None
Comments
Please see Using ImageGear.Formats.Office Namespace.
Please see the ImageGear.Formats.Office Namespace.