AddActiveXControl

Page.AddActiveXControl method

Erstellt ein Activex-Steuerelement.

public long AddActiveXControl(ControlType type, double pinX, double pinY, double width, 
    double height)
Parameter Typ Beschreibung
type ControlType Der Typ des Steuerelements.
pinX Double Gibt die x-Koordinate des Pins (Rotationszentrum) der Form in Bezug auf die Seite an.
pinY Double Gibt die y-Koordinate des Pins (Rotationszentrum) der Form in Bezug auf die Seite an.
width Double Gibt die Breite der Form in Zoll an.
height Double Gibt die Höhe der Form in Zoll an.

Siehe auch