←Select platform

TargetFileSize Property

Summary

Gets or sets the value that indicates the size of the target JPEG 2000 stream, in bytes.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property 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.

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly