Selerix Developer Tools
File Property (Document)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : File Property
Gets or sets the path to the .pdf file used in this document.
Syntax
'Declaration
 
Public Overridable Property File As String
'Usage
 
Dim instance As Document
Dim value As String
 
instance.File = value
 
value = instance.File
public virtual string File {get; set;}
public read-write property File: String; virtual; 
public function get,set File : String
public: __property virtual string* get_File();
public: __property virtual void set_File( 
   string* value
);
public:
virtual property String^ File {
   String^ get();
   void set (    String^ value);
}

Property Value

The file.
See Also

Reference

Document Class
Document Members