This property sets whether or not the only the selected objects are embedded (rasterized) into the image.

[Visual Basic] Public Property EmbedSelectedObjects As Boolean
[C#] public bool EmbedSelectedObjects {get; set;}

Property Value

True: Only selected objects will be embedded

False: All objects will be embedded

Default value is False

Explanation

The EmbedSelectedObjects property sets whether or not the only the selected objects are embedded (rasterized) into the image.

When this property is True and the DrawEditedObjectsToImage method is executed, only the selected annotation objects will be embedded into the image.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation