ICab Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:ICab Interface}}
 
{{#customTitle:ICab Interface}}
{{#parentPage:PXV:Common|ICab Interface|interface}}
+
{{#parentPage:PXV:Common_Interfaces|ICab|interface}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 12: Line 12:
 
|-
 
|-
 
| [[PXV:ICab_Load|Load]]
 
| [[PXV:ICab_Load|Load]]
| [[PXV:ICab_Reset|Reset]]
+
| [[PXV:ICab_LoadFromRegistry|LoadFromRegistry]]
 
| [[PXV:ICab_Save|Save]]
 
| [[PXV:ICab_Save|Save]]
 
| [[PXV:ICab_SaveToRegistry|SaveToRegistry]]
 
| [[PXV:ICab_SaveToRegistry|SaveToRegistry]]
 
|-
 
|-
| [[PXV:ICab_LoadFromRegistry|LoadFromRegistry]]
+
| [[PXV:ICab_LoadFromJSON|LoadFromJSON]]
|  
+
| [[PXV:ICab_Reset|Reset]]
|  
+
| [[PXV:ICab_SaveToJSON|SaveToJSON]]
|  
+
| [[PXV:ICab_SaveToRegistry2|SaveToRegistry2]]
 
|}
 
|}
  
Line 25: Line 25:
 
{| class="wikitable properties"
 
{| class="wikitable properties"
 
|-
 
|-
 +
| [[PXV:ICab_ModCounter|ModCounter]]
 
| [[PXV:ICab_Root|Root]]
 
| [[PXV:ICab_Root|Root]]
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IAUX_Inst_CreateCabFromPreprocessedTemplate|IAUX_Inst::CreateCabFromPreprocessedTemplate]], [[PXV:IAUX_Inst_CreateCabFromTemplate|IAUX_Inst::CreateCabFromTemplate]], [[PXV:IAUX_Inst_CreateCabFromTemplate2|IAUX_Inst::CreateCabFromTemplate2]], [[PXV:IAUX_Inst_CreateEmptyCab|IAUX_Inst::CreateEmptyCab]], [[PXV:IOperation_Params|IOperation::Params]], [[PXV:IOpInputItem_Params|IOpInputItem::Params]], [[PXV:IEvent_ExData|IEvent::ExData]], [[PXV:IAFS_FileSys_CreateDlgParams|IAFS_FileSys::CreateDlgParams]], [[PXV:IAFS_FileSys_ShowDlg|IAFS_FileSys::ShowDlg]], [[PXV:IAFS_Inst_CreateDlgDefaultParams|IAFS_Inst::CreateDlgDefaultParams]], [[PXV:IAFS_Inst_ShowCommonDlg|IAFS_Inst::ShowCommonDlg]], [[PXV:IPXS_DecodeFilter_GetStreamInfo|IPXS_DecodeFilter::GetStreamInfo]], [[PXV:IPXC_Inst_NewDocumentEx|IPXC_Inst::NewDocumentEx]], [[PXV:ICabTemplate_CreateCab|ICabTemplate::CreateCab]], [[PXV:IPXV_Inst_CreateOpenDocParams|IPXV_Inst::CreateOpenDocParams]], [[PXV:IPXV_Inst_CreateStdPresetsCallbacks|IPXV_Inst::CreateStdPresetsCallbacks]], [[PXV:IPXV_Inst_GetFormatConverterParams|IPXV_Inst::GetFormatConverterParams]], [[PXV:IPXV_Inst_NewCoreDoc|IPXV_Inst::NewCoreDoc]], [[PXV:IPXV_MainFrame_OpenDocFrom|IPXV_MainFrame::OpenDocFrom]], [[PXV:IPXV_MainFrame_OpenDocFromPath|IPXV_MainFrame::OpenDocFromPath]], [[PXV:IPXV_MainFrame_OpenDocs|IPXV_MainFrame::OpenDocs]], [[PXV:IPXV_Document_CreateAdvancedSaveParams|IPXV_Document::CreateAdvancedSaveParams]], [[PXV:IPXV_Document_Save|IPXV_Document::Save]], [[PXV:IPXV_ExportConverter_Convert|IPXV_ExportConverter::Convert]], [[PXV:IPXV_FormatConverter_CreateParams|IPXV_FormatConverter::CreateParams]], [[PXV:IPXV_FormatConverter_ShowPrefsDlg|IPXV_FormatConverter::ShowPrefsDlg]], [[PXV:IPXV_ImportConverter_CheckFormat2|IPXV_ImportConverter::CheckFormat2]], [[PXV:IPXV_ImportConverter_Convert|IPXV_ImportConverter::Convert]], [[PXV:IPXV_SignatureProvider_CreateNew|IPXV_SignatureProvider::CreateNew]], [[PXV:IPXV_SignatureProvider_CreateParams|IPXV_SignatureProvider::CreateParams]], [[PXV:IPXV_OCRExtension_CreateNewTaskParams|IPXV_OCRExtension::CreateNewTaskParams]], [[PXV:IPXV_OCRTask_Params|IPXV_OCRTask::Params]], [[PXV:IPXV_BeforePrintEvent_Options|IPXV_BeforePrintEvent::Options]], [[PXV:IPXV_DocSaveEvent_AdvancedParams|IPXV_DocSaveEvent::AdvancedParams]], [[PXV:IPXV_DocSaveEvent_DestConvParams|IPXV_DocSaveEvent::DestConvParams]], [[PXV:IPXV_SearchView_GetParams|IPXV_SearchView::GetParams]], [[PXV:IPXV_SearchView_SetParams|IPXV_SearchView::SetParams]], [[PXV:IPXV_OcrExt_CreateNewJobParams|IPXV_OcrExt::CreateNewJobParams]], [[PXV:IPXV_OcrJob_Params|IPXV_OcrJob::Params]], [[PXV:IPXV_Control_OpenDocFrom|IPXV_Control::OpenDocFrom]], [[PXV:IPXV_Control_OpenDocFromPath|IPXV_Control::OpenDocFromPath]]

Latest revision as of 01:44, 21 August 2019


The interface of object of PDF-XChange Editor SDK.

Methods

Load LoadFromRegistry Save SaveToRegistry
LoadFromJSON Reset SaveToJSON SaveToRegistry2

Properties

ModCounter Root

See Also

IAUX_Inst::CreateCabFromPreprocessedTemplate, IAUX_Inst::CreateCabFromTemplate, IAUX_Inst::CreateCabFromTemplate2, IAUX_Inst::CreateEmptyCab, IOperation::Params, IOpInputItem::Params, IEvent::ExData, IAFS_FileSys::CreateDlgParams, IAFS_FileSys::ShowDlg, IAFS_Inst::CreateDlgDefaultParams, IAFS_Inst::ShowCommonDlg, IPXS_DecodeFilter::GetStreamInfo, IPXC_Inst::NewDocumentEx, ICabTemplate::CreateCab, IPXV_Inst::CreateOpenDocParams, IPXV_Inst::CreateStdPresetsCallbacks, IPXV_Inst::GetFormatConverterParams, IPXV_Inst::NewCoreDoc, IPXV_MainFrame::OpenDocFrom, IPXV_MainFrame::OpenDocFromPath, IPXV_MainFrame::OpenDocs, IPXV_Document::CreateAdvancedSaveParams, IPXV_Document::Save, IPXV_ExportConverter::Convert, IPXV_FormatConverter::CreateParams, IPXV_FormatConverter::ShowPrefsDlg, IPXV_ImportConverter::CheckFormat2, IPXV_ImportConverter::Convert, IPXV_SignatureProvider::CreateNew, IPXV_SignatureProvider::CreateParams, IPXV_OCRExtension::CreateNewTaskParams, IPXV_OCRTask::Params, IPXV_BeforePrintEvent::Options, IPXV_DocSaveEvent::AdvancedParams, IPXV_DocSaveEvent::DestConvParams, IPXV_SearchView::GetParams, IPXV_SearchView::SetParams, IPXV_OcrExt::CreateNewJobParams, IPXV_OcrJob::Params, IPXV_Control::OpenDocFrom, IPXV_Control::OpenDocFromPath