←Select platform

TargetFileSize Property

Summary

Gets or sets the target file size.

Syntax
C#
VB
Objective-C
C++
Java
public long TargetFileSize { get; set; } 
Public Property TargetFileSize As Long 
@property (nonatomic, assign) NSUInteger targetFileSize 
public long getTargetFileSize() 
public void setTargetFileSize(long value) 
public: 
property int64 TargetFileSize { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The target file size (in bytes). This value is only used if CodecsJpeg2000CompressionControl.TargetSize is used.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly