OleWordProcessingOptions

OleWordProcessingOptions class

Provides options for import of the embedded document to Word processing via OLE.

public class OleWordProcessingOptions : ImportDocumentOptions, IOleWordProcessingOptions

Constructors

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.

Properties

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.

Remarks

Learn more

See Also