C#
VB
WinRT C#
C++
Gets or sets the value that indicates the size of the target JPEG 2000 stream, in bytes.
public long TargetFileSize { get; set; }
Public Property TargetFileSize As Long
public long TargetFileSize {get; set;}
<br/>get_TargetFileSize();<br/>set_TargetFileSize(value);<br/>Object.defineProperty('TargetFileSize');
public:
property int64 TargetFileSize {
int64 get();
void set ( int64 value);
}
value that indicates the size of the target JPEG 2000 stream, in bytes. This value is used only if the CompressionControl property is set to TargetSize.
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET