←Select platform

LowMemoryUsage Property

Summary

Gets or sets a value indicating whether to use less memory when creating a PDF file with JPEG or Fax compression.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool LowMemoryUsage {get; set;} 
Public Property LowMemoryUsage As Boolean 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize