Accusoft.ImagXpress13.Net
CompressSize Property




Gets and sets the desired file size in bytes.
Syntax
'Declaration
 
Public Property CompressSize As Integer
'Usage
 
Dim instance As SaveOptionsJp2
Dim value As Integer
 
instance.CompressSize = value
 
value = instance.CompressSize
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);
}

Property Value

An integer value which represents the desired file size in bytes.
Remarks

This property is only a request for a specific size when the Type = Lossy (0).

See Also

Reference

SaveOptionsJp2 Class
SaveOptionsJp2 Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback