Foxit PDF SDK
fsdk.PSInk Class Reference

Detailed Description

Class PSInk represents a Foxit custom annotation type, not a standard annotation type, which is used to store data of pressure sensitive ink to PDF page. An existed PSInk annotation can be retrieved from PDF page by functions fsdk.PDFPage.GetAnnot and fsdk.PDFPage.GetAnnotAtPoint . A new PSInk annotation would be returned by function fsdk.PSI.ConvertToPDFAnnot , instead of fsdk.PDFPage.AddAnnot .
Class fsdk.PSInk is derived from class Annot and also offers functions to get/set annotation's basic properties of a PSInk annotation. Currently, some properties and functions can be changed with a PSInk annotation, but will not have any effect on the appearance of PSInk annotation. These properties include border information, and border color. These functions include fsdk.Annot.RemoveProperty .
Besides, currently Foxit PDF SDK does not support to move a PSInk annotation by function fsdk.Annot.Move . Since PSInk is not a standard annotation, so is cannot be added to page by function fsdk.PDFPage.AddAnnot ; instead, PSInk could be converted from a FSPSI object by function fsdk.PSI.ConvertToPDFAnnot .

See also
fsdk.PSI
fsdk.PDFPage
Annot