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

IOleWordProcessingOptions

IOleWordProcessingOptions interface

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

public interface IOleWordProcessingOptions : IImportDocumentOptions, ISizeOptions

Properties

Name Description
ImageData { get; } The data of the Ole object image.
Left { get; set; } The left coordinate of the Ole object image.
Top { get; set; } The top coordinate of the Ole object image.

See Also