Table of Contents

Class FileType

Namespace
Org.Apache.Pdfbox.Util.Filetypedetector
Assembly
MASES.NetPDF.dll
public class FileType : Enum<FileType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
FileType
Implements
Inherited Members

Constructors

FileType()

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

public FileType()

FileType(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 FileType(params object[] args)

Parameters

args object[]

Properties

ARW

public static FileType ARW { get; }

Property Value

FileType

BMP

public static FileType BMP { get; }

Property Value

FileType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CR2

public static FileType CR2 { get; }

Property Value

FileType

CRW

public static FileType CRW { get; }

Property Value

FileType

GIF

public static FileType GIF { get; }

Property Value

FileType

ICO

public static FileType ICO { get; }

Property Value

FileType

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

JPEG

public static FileType JPEG { get; }

Property Value

FileType

NEF

public static FileType NEF { get; }

Property Value

FileType

ORF

public static FileType ORF { get; }

Property Value

FileType

PCX

public static FileType PCX { get; }

Property Value

FileType

PNG

public static FileType PNG { get; }

Property Value

FileType

PSD

public static FileType PSD { get; }

Property Value

FileType

RAF

public static FileType RAF { get; }

Property Value

FileType

RIFF

public static FileType RIFF { get; }

Property Value

FileType

RW2

public static FileType RW2 { get; }

Property Value

FileType

TIFF

public static FileType TIFF { get; }

Property Value

FileType

UNKNOWN

public static FileType UNKNOWN { get; }

Property Value

FileType

Methods

ValueOf(String)

public static FileType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

FileType

FileType

Values()

public static FileType[] Values()

Returns

FileType[]

FileType