|
|
|
|
|
ImageInitialWidth (Property) In french: LargeurImageInitiale
The ImageInitialWidth property is used to get and set the default width of the image created in an Image Editor control. IE_MyImageEditor.ImageInitialWidth = 800 IE_MyImageEditor.ImageInitialHeight = 600
Syntax
Getting the default width of the image created in the Image Editor control Hide the details
<Result> = <Image Editor control>.ImageInitialWidth
<Result>: Integer Default width (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 width of the image created in the Image Editor control Hide the details
<Image Editor control>.ImageInitialWidth = <New width>
<Image Editor control>: Control name Name of the Image Editor control used. <New width>: Integer New default width (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 ImageInitialHeight property to set the default height 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|