PXCp_Add3DAnnotationA Documentation

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
promisekey
User
Posts: 30
Joined: Tue Apr 17, 2012 8:55 pm

PXCp_Add3DAnnotationA Documentation

Post by promisekey »

The documentation for the PXCp_Add3DAnnotationA function in the PDF-ToolsV4SDK.chm seems to be incorrect. The top portion of the documentation lists 11 parameters, but the example below it has 12 parameters. It is missing documentation for the parameter between def_view and lpBuf.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17768
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: PXCp_Add3DAnnotationA Documentation

Post by Tracker Supp-Stefan »

Hello Promisekey,

I believe it is this extra parameter in the sample that you refer to:
hr = PXCp_Add3DAnnotationA(hDoc, 0, &rect, "This is title",
_Options, AltImageFileName,
Im3dAnnot_FileName, &view, 0, _buf, _bufLen, NULL);

We willnow check and see if this is an error in the manual or something else.

Best,
Stefan.
Post Reply