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

IOlePresentationOptions

IOlePresentationOptions interface

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

public interface IOlePresentationOptions : IImportDocumentOptions, ISizeOptions

Properties

Name Description
X { get; set; } The X coordinate of the embedded object frame.
Y { get; set; } The Y coordinate of the embedded object frame.

See Also