OleDiagramOptions

OleDiagramOptions class

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

public class OleDiagramOptions : ImportDocumentOptions, IOleDiagramOptions

Constructors

Name Description
OleDiagramOptions(string, int) Initializes a new instance of the OleDiagramOptions class.
OleDiagramOptions(string, byte[], int) Initializes a new instance of the OleDiagramOptions class.
OleDiagramOptions(byte[], byte[], string, int) Initializes a new instance of the OleDiagramOptions class.

Properties

Name Description
Extension { get; } The extension of the embedded object.
Height { get; set; } The height of the embedded object shape in inches.
ImageData { get; } The image data of the embedded object.
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 shape in inches.
X { get; set; } The X coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.
Y { get; set; } The Y coordinate of the embedded object shape’s pin (center of rotation) in relation to the page.

Remarks

Learn more

See Also