InlineShape.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
Property PictureFormat As PictureFormat
Get
Set
'Usage
Dim instance As InlineShape
Dim value As PictureFormat
value = instance.PictureFormat
instance.PictureFormat = value
PictureFormat PictureFormat { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.PictureFormat