Shape.FormatPicture

Shape.FormatPicture property

Gets and sets the options of the picture format.

public MsoFormatPicture FormatPicture { get; }

Examples


[C#]
Aspose.Cells.Drawing.MsoFormatPicture msoFormatPicture = shape.FormatPicture;

See Also