MarkupCompatibilityProcessSettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a MarkupCompatibilityProcessSettings object using the supplied process mode and file format versions.
public MarkupCompatibilityProcessSettings (DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions);
new DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings : DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode * DocumentFormat.OpenXml.FileFormatVersions -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings
Public Sub New (processMode As MarkupCompatibilityProcessMode, targetFileFormatVersions As FileFormatVersions)
Parameters
- processMode
- MarkupCompatibilityProcessMode
The process mode.
- targetFileFormatVersions
- FileFormatVersions
The file format versions. This parameter is ignored if the value is NoProcess.