Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PictureFormat Interface

Contains picture settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface PictureFormat

Remarks

A PictureFormat object allows you to access the following picture settings:

Use the DrawingObject.Type property to determine whether a drawing object is a picture.

See Also