Visible
(boolean) Whether to make the object visible or invisible: VALUE DESCRIPTION
true |
Visible. (Default) |
false |
Invisible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
PDF.SetZoomScroll
OverviewExamples
PDF.SetZoomScroll ( string ObjectName,
number Percent, number Left, number Top )
De s cr ip t ion
Sets the magnification of a PDF object and scrolls the page vertically and horizontally.
P arame t er s
ObjectName
(string) The name of the PDF object.