Skip to main content

PictureFormat Interface

Contains picture settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public interface PictureFormat

The following members return PictureFormat objects:

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