PowerTCP Zip Compression for .NET
CodePage Property




Gets or sets the code page to use for character encoding in the self-extraction dialog.
Syntax
Public Property CodePage As Integer
Dim instance As SelfExtractConfiguration
Dim value As Integer
 
instance.CodePage = value
 
value = instance.CodePage
public int CodePage {get; set;}
public: __property int get_CodePage();
public: __property void set_CodePage( 
   int value
);
public:
property int CodePage {
   int get();
   void set (    int value);
}
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic