API Reference
Class
CustomImagePartTypeExtensions
Extension helpers for CustomImagePartType values.
Inheritance
- Object
- CustomImagePartTypeExtensions
Methods
public static String ToOpenXmlImagePartType(CustomImagePartType customType) #Returns:
StringConverts the custom image part type to the Open XML content type string.
Parameters
- customType OfficeIMO.Word.CustomImagePartType
- The custom image part type.
Returns
The corresponding content type value.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object