Show / Hide Table of Contents

Class OptimizeParams

Inheritance
System.Object
OptimizeParams
Implements
Android.OS.IParcelable
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class OptimizeParams : Object

Constructors

OptimizeParams()

Declaration
public OptimizeParams()

OptimizeParams(Parcel)

Declaration
public OptimizeParams(Parcel pc)
Parameters
Type Name Description
Android.OS.Parcel pc

OptimizeParams(IntPtr, JniHandleOwnership)

Declaration
protected OptimizeParams(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

ColorCompressionMode

Declaration
public int ColorCompressionMode { get; set; }
Property Value
Type Description
System.Int32

ColorDownsampleMode

Declaration
public int ColorDownsampleMode { get; set; }
Property Value
Type Description
System.Int32

ColorMaxDpi

Declaration
public double ColorMaxDpi { get; set; }
Property Value
Type Description
System.Double

ColorQuality

Declaration
public long ColorQuality { get; set; }
Property Value
Type Description
System.Int64

ColorResampleDpi

Declaration
public double ColorResampleDpi { get; set; }
Property Value
Type Description
System.Double

Creator

Declaration
public static IParcelableCreator Creator { get; }
Property Value
Type Description
Android.OS.IParcelableCreator

ForceChanges

Declaration
public bool ForceChanges { get; set; }
Property Value
Type Description
System.Boolean

ForceRecompression

Declaration
public bool ForceRecompression { get; set; }
Property Value
Type Description
System.Boolean

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

MonoCompressionMode

Declaration
public int MonoCompressionMode { get; set; }
Property Value
Type Description
System.Int32

MonoDownsampleMode

Declaration
public int MonoDownsampleMode { get; set; }
Property Value
Type Description
System.Int32

MonoMaxDpi

Declaration
public double MonoMaxDpi { get; set; }
Property Value
Type Description
System.Double

MonoResampleDpi

Declaration
public double MonoResampleDpi { get; set; }
Property Value
Type Description
System.Double

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

DescribeContents()

Declaration
public virtual int DescribeContents()
Returns
Type Description
System.Int32

WriteToParcel(Parcel, ParcelableWriteFlags)

Declaration
public virtual void WriteToParcel(Parcel pc, ParcelableWriteFlags flags)
Parameters
Type Name Description
Android.OS.Parcel pc
Android.OS.ParcelableWriteFlags flags

Implements

Android.OS.IParcelable
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
In This Article
Back to top Generated by DocFX