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