LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LowMemoryUsage Property

Show in webframe







Gets or sets a value indicating whether to use less memory when creating a PDF file with JPEG or Fax compression.
Syntax
public bool LowMemoryUsage {get; set;}
'Declaration
 
Public Property LowMemoryUsage As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.LowMemoryUsage = value
 
value = instance.LowMemoryUsage
public bool LowMemoryUsage {get; set;}
@property (nonatomic, assign) BOOL lowMemoryUsage;
public boolean getLowMemoryUsage()
public void setLowMemoryUsage(boolean value)
            
 
get_LowMemoryUsage();
set_LowMemoryUsage(value);
Object.defineProperty('LowMemoryUsage');
public:
property bool LowMemoryUsage {
   bool get();
   void set (    bool value);
}

Property Value

true to use less memory when creating a PDF file with JPEG or Fax compression; otherwise, false.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.