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
The default value is true.
PageArtifactOptions Class PageArtifactOptions Members
©2018. Accusoft Corporation. All Rights Reserved.