1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Options
  6. /
  7. IOleDiagramOptions

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