Description
Controls display of pictures in the current page.
Syntax
Page.ViewShowImg (int1) |
int1
0 = show , 1 = hide, 2 = toggle
Remarks
Returns error code.
Example
<ShellCommand(CanExecute:="Ena_IsWindowActive", IsChecked:="Chk_IsViewShowedImg")> _
Public Sub ViewShowImg()
Page.ViewShowImg(SwitchToggle)
End Sub
Context
Page designer
All image related commands
AddImageEx, ArticleNewPicture, ImgInsert, ImgInsertId, ImgInsertType, ImgNewDummyEx
ImgCrop, ImgSetCrop, GetImgCropHeight, GetImgCropLeft, GetImgCropTop, GetImgCropWidth, GetImgHeight, GetImgWidth
ImgZoom, ImgZoomPct, ViewZoomImage, GetImgZoomPctX, GetImgZoomPctY
GetSelectedImgId, GetSelectedImgDummy,
ImgGetColor, ImgSetColor, ImgGetFlag, ImgSetFlag, ImgImportPath Method