Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

LowMemoryUsage Property








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)
            
 <br/>get_LowMemoryUsage();<br/>set_LowMemoryUsage(value);<br/>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 Features

Error processing SSI file