DrawingObject.PictureFormat Property
Provides access to picture settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
PictureFormat | An object that contains picture settings. |
Remarks
Use the PictureFormat property to access the following picture settings:
PictureFormat.Picture - provides access to an original image (its format, size, and resolution).
PictureFormat.PictureUri - returns or specifies a picture’s URI.
PictureFormat.Preset - specifies a picture’s form.
PictureFormat.SourceRect - allows you to crop a picture.
PictureFormat.SetPicture - allows you to replace an existing picture.
Use the DrawingObject.Type property to determine whether a drawing object is a picture.