public long TargetFileSize {get; set;}
'Declaration
Public Property TargetFileSize As Long
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Long
instance.TargetFileSize = value
value = instance.TargetFileSize
public long TargetFileSize {get; set;}
@property (nonatomic, assign) NSUInteger targetFileSize
public long getTargetFileSize()
public void setTargetFileSize(long value)
<br/>get_TargetFileSize();<br/>set_TargetFileSize(value);<br/>Object.defineProperty('TargetFileSize');
public:
property int64 TargetFileSize {
int64 get();
void set ( int64 value);
}
Property Value
The target file size (in bytes). This value is only used if
CodecsJpeg2000CompressionControl.TargetSize is used.