|
|
|
|
|
ImageInitialHeight (Property) In french: HauteurImageInitiale
The ImageInitialHeight property is used to get and set the default height of the image created in an Image Editor control. IE_MyImageEditor.ImageInitialWidth = 800 IE_MyImageEditor.ImageInitialHeight = 600
Syntax
Getting the default height of an image created in the Image Editor control Hide the details
<Result> = <Image Editor control>.ImageInitialHeight
<Result>: Integer Default height (in pixels) of an image created in the Image Editor control. <Image Editor control>: Control name Name of the Image Editor control used.
Setting the default height of an image created in the Image Editor control Hide the details
<Image Editor control>.ImageInitialHeight = <New height>
<Image Editor control>: Control name Name of the Image Editor control used. <New height>: Integer New default height (in pixels) of an image created in the Image Editor control. Remarks To change the default characteristics of the Image Editor control, you can also use: - the ImageInitialWidth property to set the default width of the image created in the Image Editor control.
- the InitialTool property to set the tool used by default in the Image Editor control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|