Back to Devexpress

PictureFormat.Picture Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-pictureformat-d5428985.md

latest1.4 KB
Original Source

PictureFormat.Picture Property

Returns the source image that this drawing object contains.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
OfficeImage Picture { get; }
vb
ReadOnly Property Picture As OfficeImage

Property Value

TypeDescription
OfficeImage

An object that stores information on original image format, size, and resolution.

|

Remarks

Use the OfficeImage.NativeImage property to access a native Image object.

See Also

PictureFormat Interface

PictureFormat Members

DevExpress.XtraRichEdit.API.Native Namespace