Table of Contents

Class DecodeOptions

Namespace
Org.Apache.Pdfbox.Filter
Assembly
MASES.NetPDF.dll
public class DecodeOptions : JVMBridgeBase<DecodeOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DecodeOptions
Implements
Inherited Members

Constructors

DecodeOptions()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DecodeOptions()

DecodeOptions(Rectangle)

public DecodeOptions(Rectangle arg0)

Parameters

arg0 Rectangle

Rectangle

DecodeOptions(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DecodeOptions(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

DecodeOptions(int)

public DecodeOptions(int arg0)

Parameters

arg0 int

int

DecodeOptions(int, int, int, int)

public DecodeOptions(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

DecodeOptions(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DecodeOptions(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT

public static DecodeOptions DEFAULT { get; }

Property Value

DecodeOptions

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SourceRegion

public Rectangle SourceRegion { get; set; }

Property Value

Rectangle

SubsamplingOffsetX

public int SubsamplingOffsetX { get; set; }

Property Value

int

SubsamplingOffsetY

public int SubsamplingOffsetY { get; set; }

Property Value

int

SubsamplingX

public int SubsamplingX { get; set; }

Property Value

int

SubsamplingY

public int SubsamplingY { get; set; }

Property Value

int

Methods

IsFilterSubsampled()

public bool IsFilterSubsampled()

Returns

bool

bool