SpreadsheetGear 2012
PictureFormat Property (IShape)






Returns an IPictureFormat which represents the picture format options of this shape, or null if this shape does not represent a picture.
Syntax
IPictureFormat PictureFormat {get;}
read-only property PictureFormat: IPictureFormat; 
function get PictureFormat : IPictureFormat
__property IPictureFormat* get_PictureFormat();
property IPictureFormat^ PictureFormat {
   IPictureFormat^ get();
}
'Declaration
 
ReadOnly Property PictureFormat As IPictureFormat
 
'Usage
 
Dim instance As IShape
Dim value As IPictureFormat
 
value = instance.PictureFormat
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IShape Interface
IShape Members
PictureFormat Property

Send Feedback