| java.lang.Object | |
| ↳ | com.pdftron.pdf.config.PDFViewCtrlConfig |
This is a utility class for setting up PDFViewCtrl initially.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| double | MAX_RELATIVE_ZOOM_LIMIT | ||||||||||
| double | MIN_RELATIVE_REF_ZOOM_DP | ||||||||||
| double | MIN_RELATIVE_ZOOM_LIMIT | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Creator<PDFViewCtrlConfig> | CREATOR | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PDFViewCtrlConfig(Context context) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Gets default PDFNet configuration
| context | application context |
|---|