Gets and sets the desired file size in bytes.
public int CompressSize {get; set;}
public: __property int get_CompressSize();
public: __property void set_CompressSize(
int value
);
public:
property int CompressSize {
int get();
void set ( int value);
}
'Declaration
Public Property CompressSize As Integer
'Usage
Dim instance As SaveOptionsJp2
Dim value As Integer
instance.CompressSize = value
value = instance.CompressSize
Property Value
An integer value which represents the desired file size in bytes.