Back to Devexpress

PictureFormat Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-177fcbae.md

latest2.0 KB
Original Source

PictureFormat Interface

Contains picture settings.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface PictureFormat
vb
<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

PictureFormat Members

DevExpress.XtraRichEdit.API.Native Namespace