SpreadsheetGear 2017
PictureFormat Property (IShape)






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