Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
TargetFileSize Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000Options.CodecsJpeg2000SaveOptions Class : TargetFileSize Property



Gets or sets the target file size.

Syntax

Visual Basic (Declaration) 
Public Property TargetFileSize As Long
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000Options.CodecsJpeg2000SaveOptions
Dim value As Long
 
instance.TargetFileSize = value
 
value = instance.TargetFileSize
C# 
public long TargetFileSize {get; set;}
C++/CLI 
public:
property long long TargetFileSize {
   long long get();
   void set (long long value);
}

Return Value

The target file size (in bytes).

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also