Shape.Export Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Export ( _
PathName As String, _
Filter As PpShapeFormat, _
ScaleWidth As Integer, _
ScaleHeight As Integer, _
ExportMode As PpExportMode _
)
'Usage
Dim instance As Shape
Dim PathName As String
Dim Filter As PpShapeFormat
Dim ScaleWidth As Integer
Dim ScaleHeight As Integer
Dim ExportMode As PpExportMode
instance.Export(PathName, Filter, ScaleWidth, _
ScaleHeight, ExportMode)
void Export(
string PathName,
PpShapeFormat Filter,
int ScaleWidth,
int ScaleHeight,
PpExportMode ExportMode
)
Parameters
- PathName
Type: System.String
- Filter
Type: Microsoft.Office.Interop.PowerPoint.PpShapeFormat
- ScaleWidth
Type: System.Int32
- ScaleHeight
Type: System.Int32
- ExportMode
Type: Microsoft.Office.Interop.PowerPoint.PpExportMode