PXV_Control CoClass

From PDF XChange PDF SDK
Revision as of 13:55, 29 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Overview

The simple ActiveX Control that is for OLE-embedding to a form/window. The GUID of control is:

{A1149909-4EDC-4421-B9E5-E93C25A000A1}

How to use

It is easiest to place the control on your form in form-designer mode. Otherwise you may instantiate the control without a form but it may be difficult way in some programming languages. In C# for example:

AxPDFXEdit.AxPXV_Control pdfCtl = new AxPDFXEdit.AxPXV_Control(); pdfCtl.CreateControl();