Click or drag to resize

ImageElement Class

Represents an image
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.CommonWindowlessComponent
              Easymap.AddIn.ElementsImageElement

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class ImageElement : WindowlessComponent

The ImageElement type exposes the following members.

Properties
 NameDescription
Public propertyAllowAspectRatioChange Allow the user to change the aspect ratio of the image
Public propertyEmbedded Should the Image be embedded into the document?
Public propertyImage The current Image
Public propertyImageSource The path or url to the image
Public propertyPicture Gets or Sets an IPictureDisp
Top
Methods
 NameDescription
Public methodResetImageSize Resets the size of the image to original size in cm.
Top
See Also