java.lang.Object | |
↳ | com.pdftron.pdf.model.OptimizeParams |
Options for optimizing a PDF file.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<OptimizeParams> | CREATOR | Static field used to regenerate object, individually or as arrays | |||||||||
public int | colorCompressionMode | ||||||||||
public int | colorDownsampleMode | ||||||||||
public double | colorMaxDpi | ||||||||||
public long | colorQuality | ||||||||||
public double | colorResampleDpi | ||||||||||
public boolean | forceChanges | ||||||||||
public boolean | forceRecompression | ||||||||||
public int | monoCompressionMode | ||||||||||
public int | monoDownsampleMode | ||||||||||
public double | monoMaxDpi | ||||||||||
public double | monoResampleDpi |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OptimizeParams() | |||||||||||
OptimizeParams(Parcel pc)
Ctor from Parcel, reads back fields IN THE ORDER they were written
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
describeContents()
Used to give additional hints on how to process the received parcel.
| ||||||||||
void | writeToParcel(Parcel pc, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Static field used to regenerate object, individually or as arrays
Ctor from Parcel, reads back fields IN THE ORDER they were written
Used to give additional hints on how to process the received parcel.