AddActiveXControl

Page.AddActiveXControl method

Creates an Activex Control.

public long AddActiveXControl(ControlType type, double pinX, double pinY, double width, 
    double height)
Parameter Type Description
type ControlType The type of the control.
pinX Double Specifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pinY Double Specifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
width Double Specifies the width of the shape in inches.
height Double Specifies the height of the shape in inches.

See Also