OlePresentationOptions
Leave feedback
On this page
Provides options for import of the embedded document to Presentation via OLE.
public class OlePresentationOptions : ImportDocumentOptions, IOlePresentationOptions
| Name | Description |
|---|---|
| OlePresentationOptions(string, int) | Initializes a new instance of the OlePresentationOptions class. |
| OlePresentationOptions(byte[], string, int) | Initializes a new instance of the OlePresentationOptions class. |
| Name | Description |
|---|---|
| Extension { get; } | The extension of the embedded object. |
| Height { get; set; } | The height of the embedded object frame. |
| 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 frame. |
| X { get; set; } | The X coordinate of the embedded object frame. |
| Y { get; set; } | The Y coordinate of the embedded object frame. |
Learn more
- More about adding document to Presentation via OLE: Add document to Presentation via OLE.
- class ImportDocumentOptions
- interface IOlePresentationOptions
- 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.