|

Visible


(boolean) Make the paragraph 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


image

P D F


image

PDF.GetFile

OverviewExamples

string PDF.GetFile ( string ObjectName )


De s cr ip t ion


Gets the PDF File (*.pdf) or URL that is currently loaded in a PDF object.


P arame t er s


ObjectName


(string) The name of the PDF object.


Re t u r n s


(string) The full path and filename of the file, or URL that is currently loaded in the PDF object. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.


|