Accusoft.PdfXpress7.Net
ShowOnPrint Property




Gets and sets an indicator that the PageArtifact will be visible when printing the document.
Syntax
public bool ShowOnPrint {get; set;}
public: __property bool get_ShowOnPrint();
public: __property void set_ShowOnPrint( 
   bool value
);
public:
property bool ShowOnPrint {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property ShowOnPrint As Boolean
 
'Usage
 
Dim instance As PageArtifactOptions
Dim value As Boolean
 
instance.ShowOnPrint = value
 
value = instance.ShowOnPrint
Remarks

The default value is true.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback