3 #include "ImagingDef.h"
6 using namespace System::Collections::Generic;
18 static PlugInConnectorLib::ImageFactoryClass^ factory=
gcnew PlugInConnectorLib::ImageFactoryClass();
32 static FileFormat^ FromStream(Stream^ fileStream);
48 static bool Merge(array<FileFormat^>^ docs,System::String ^filename,OutputFileTypes fileType);
57 static bool Merge(Dictionary<FileFormat^,int>^ docMap,System::String ^filename,OutputFileTypes fileType);
69 Page^ GetPage(
int PageNum);
84 array<Page^>^ GetPages(
int From,
int To);
92 bool Export(System::String ^fileName,OutputFileTypes fileType);
101 bool Export(System::String ^fileName,OutputFileTypes fileType,
SAVEOPTION Option);
106 property bool IsDocument
108 virtual bool get()=0;
114 property FileTypes FileType
125 property int PageCount
147 FileTypes m_FileType;
Definition: ImagingDef.h:108
Definition: ImagingDef.h:81