ExcelVmlDrawingPicture Class

Office Open XML

Drawing object used for header and footer pictures

Namespace:  OfficeOpenXml.Drawing.Vml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public class ExcelVmlDrawingPicture : ExcelVmlDrawingBase
Visual Basic (Declaration)
Public Class ExcelVmlDrawingPicture _
	Inherits ExcelVmlDrawingBase
Visual C++
public ref class ExcelVmlDrawingPicture : public ExcelVmlDrawingBase

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Vml..::.ExcelVmlDrawingBase
      OfficeOpenXml.Drawing.Vml..::.ExcelVmlDrawingPicture

See Also