Flag to skip page in output file/stream. Set 'true' to skip
Syntax
Visual Basic (Declaration) | |
---|
Public Property skipPage As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditPageEventArgs
Dim value As Boolean
instance.skipPage = value
value = instance.skipPage |
C# | |
---|
public bool skipPage {get; set;} |
Delphi | |
---|
public read-write property skipPage: Boolean; |
JScript | |
---|
public function get,set skipPage : boolean |
Managed Extensions for C++ | |
---|
public: __property bool get_skipPage();
public: __property void set_skipPage(
bool value
); |
C++/CLI | |
---|
public:
property bool skipPage {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also