Shape.PictureFormat Property
Returns a PictureFormat object that contains picture formatting properties for the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PictureFormat As PictureFormat
Get
'Usage
Dim instance As Shape
Dim value As PictureFormat
value = instance.PictureFormat
PictureFormat PictureFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.PictureFormat
Remarks
This property applies to shape objects that represent pictures or OLE objects.