←Select platform

NewImageSize Property

Summary

Gets or sets a value that specifies an estimate of the amount of space a new image would take up, based on image layout, resolution and compression.

Syntax

C#
VB
C++
public int NewImageSize { get; set; } 
Public Property NewImageSize As Integer 
public: 
property int NewImageSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer that represents an estimate of the amount of space a new image would take up, based on image layout, resolution and compression.

Example

Refer to QueryFileSystem example.

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.Twain Assembly