OleDiagramOptions
Leave feedback
On this page
Provides options for import of the embedded document to Diagram via OLE.
public class OleDiagramOptions : ImportDocumentOptions, IOleDiagramOptions
| Name | Description |
|---|---|
| OleDiagramOptions(string, int) | Initializes a new instance of the OleDiagramOptions class. |
| OleDiagramOptions(string, byte[], int) | Initializes a new instance of the OleDiagramOptions class. |
| OleDiagramOptions(byte[], byte[], string, int) | Initializes a new instance of the OleDiagramOptions class. |
| Name | Description |
|---|---|
| Extension { get; } | The extension of the embedded object. |
| Height { get; set; } | The height of the embedded object shape in inches. |
| ImageData { get; } | The image data of the embedded object. |
| ObjectData { get; } | The data of the embedded object. |
| PageNumber { get; } | The page number for inserting of the embedded object. |
| Width { get; set; } | The width of the embedded object shape in inches. |
| 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. |
Learn more
- More about adding document to Diagram via OLE: Add document to Diagram via OLE.
- class ImportDocumentOptions
- interface IOleDiagramOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.