Accusoft.PdfXpress7.Net
Text Property




Gets and sets the Text of the PageArtifact to be added to the PDF.
Syntax
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);
}
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As PageArtifactOptions
Dim value As String
 
instance.Text = value
 
value = instance.Text
Remarks

The default value is "".

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback