DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class DocumentOptimization

java.lang.Object
  extended by com.cete.dynamicpdf.DocumentOptimization

public class DocumentOptimization
extends java.lang.Object

Represents document optimization.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:

View Example


Constructor Summary
DocumentOptimization()
          Initializes a new instance of the DocumentOptimization class.
DocumentOptimization(boolean images)
          Initializes a new instance of the DocumentOptimization class.
 
Method Summary
 boolean getFonts()
          Gets a Boolean value indicating whether the fonts need to be optimized in the document.
 boolean getImages()
          Gets the Images to be optimized in the Document
 void setFonts(boolean value)
          Sets a Boolean value indicating whether the fonts need to be optimized in the document.
 void setImages(boolean value)
          Sets the Images to be optimized in the Document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentOptimization

public DocumentOptimization()
Initializes a new instance of the DocumentOptimization class.


DocumentOptimization

public DocumentOptimization(boolean images)
Initializes a new instance of the DocumentOptimization class.

Method Detail

getImages

public boolean getImages()
Gets the Images to be optimized in the Document


setImages

public void setImages(boolean value)
Sets the Images to be optimized in the Document


getFonts

public boolean getFonts()
Gets a Boolean value indicating whether the fonts need to be optimized in the document.

Returns:
Boolean value indicating whether the fonts need to be optimized in the document.

setFonts

public void setFonts(boolean value)
Sets a Boolean value indicating whether the fonts need to be optimized in the document.

Parameters:
value - Boolean value indicating whether the fonts need to be optimized in the document.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software