OleWordProcessingOptions
Leave feedback
On this page
Provides options for import of the embedded document to Word processing via OLE.
public class OleWordProcessingOptions : ImportDocumentOptions, IOleWordProcessingOptions
| Name | Description |
|---|---|
| OleWordProcessingOptions(string, int) | Initializes a new instance of the OleWordProcessingOptions class. |
| OleWordProcessingOptions(string, byte[], int) | Initializes a new instance of the OleWordProcessingOptions class. |
| OleWordProcessingOptions(byte[], byte[], string, int) | Initializes a new instance of the OleWordProcessingOptions class. |
| Name | Description |
|---|---|
| Extension { get; } | The extension of the embedded object. |
| Height { get; set; } | The height of the Ole object image. |
| ImageData { get; } | The data of the Ole object image. |
| Left { get; set; } | The left coordinate of the Ole object image. |
| ObjectData { get; } | The data of the embedded object. |
| PageNumber { get; } | The page number for inserting of the embedded object. |
| Top { get; set; } | The top coordinate of the Ole object image. |
| Width { get; set; } | The width of the Ole object image. |
Learn more
- More about adding document to Word processing via OLE: Add document to Word processing via OLE.
- class ImportDocumentOptions
- interface IOleWordProcessingOptions
- 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.