Accusoft.PdfXpress7.Net
ShowOnView Property




Gets and sets an indicator that the PageArtifact will be visible when viewing the document.
Syntax
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);
}
'Declaration
 
Public Property ShowOnView As Boolean
 
'Usage
 
Dim instance As PageArtifactOptions
Dim value As Boolean
 
instance.ShowOnView = value
 
value = instance.ShowOnView
Remarks

The default value is true.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback