PXCp_Add3DAnnotationA Documentation
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - Tracker, Stefan - PDF-XChange
-
- User
- Posts: 30
- Joined: Tue Apr 17, 2012 8:55 pm
PXCp_Add3DAnnotationA Documentation
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.
- Stefan - PDF-XChange
- Site Admin
- Posts: 19285
- Joined: Mon Jan 12, 2009 8:07 am
- Contact:
Re: PXCp_Add3DAnnotationA Documentation
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.
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.