Accusoft.PdfXpress7.Net
ShowOnView Property




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

The default value is true.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback