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
BMP
public static FileType BMP { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CR2
public static FileType CR2 { get; }
Property Value
CRW
public static FileType CRW { get; }
Property Value
GIF
public static FileType GIF { get; }
Property Value
ICO
public static FileType ICO { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JPEG
public static FileType JPEG { get; }
Property Value
NEF
public static FileType NEF { get; }
Property Value
ORF
public static FileType ORF { get; }
Property Value
PCX
public static FileType PCX { get; }
Property Value
PNG
public static FileType PNG { get; }
Property Value
PSD
public static FileType PSD { get; }
Property Value
RAF
public static FileType RAF { get; }
Property Value
RIFF
public static FileType RIFF { get; }
Property Value
RW2
public static FileType RW2 { get; }
Property Value
TIFF
public static FileType TIFF { get; }
Property Value
UNKNOWN
public static FileType UNKNOWN { get; }
Property Value
Methods
ValueOf(String)
public static FileType ValueOf(String arg0)
Parameters
Returns
Values()
public static FileType[] Values()