Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the target file format versions
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TargetFileFormatVersions As FileFormatVersions
Get
Friend Set
'Usage
Dim instance As MarkupCompatibilityProcessSettings
Dim value As FileFormatVersions
value = instance.TargetFileFormatVersions
public FileFormatVersions TargetFileFormatVersions { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.FileFormatVersions
See Also
Reference
MarkupCompatibilityProcessSettings Class