AddActiveXControl

Page.AddActiveXControl method

Erstellt ein Activex-Steuerelement.

public long AddActiveXControl(ControlType type, double pinX, double pinY, double width, 
    double height)
ParameterTypBeschreibung
typeControlTypeDer Typ des Steuerelements.
pinXDoubleGibt die x-Koordinate des Pins (Rotationszentrum) der Form in Bezug auf die Seite an.
pinYDoubleGibt die y-Koordinate des Pins (Rotationszentrum) der Form in Bezug auf die Seite an.
widthDoubleGibt die Breite der Form in Zoll an.
heightDoubleGibt die Höhe der Form in Zoll an.

Siehe auch