Accusoft.PdfXpress6.Net
Text Property




Gets and sets the Text of the PageArtifact to be added to the PDF.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As PageArtifactOptions
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}
Remarks

The default value is "".

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback