OlePresentationOptions

OlePresentationOptions class

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

public class OlePresentationOptions : ImportDocumentOptions, IOlePresentationOptions

Constructors

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.

Properties

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.

Remarks

Learn more

See Also