IOleDiagramOptions

IOleDiagramOptions interface

Interface for import options of the embedded document to Diagram via OLE.

public interface IOleDiagramOptions : IImportDocumentOptions, ISizeOptions

Properties

Name Description
ImageData { get; } The image data of the embedded object.
X { get; set; } The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Y { get; set; } The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.

See Also