Interface for CPageZone wrapper.
void CSignatureContent_SetZones(CSignatureContent argCSignatureContent, const CPageZoneArray xZones, idrs_exception *pargException)
Sets the zones in the signature.
IDRS_RECT CSignatureContent_GetSignatureArea(const CSignatureContent argCSignatureContent, idrs_exception *pargException)
Gets the area where the signature will be inserted in the pdf page.
CSignatureContent CSignatureContent_Create(idrs_exception *pargException)
Creates a new CSignatureContent object.
void CSignatureContent_Destroy(CSignatureContent argCSignatureContent, idrs_exception *pargException)
Destroys a CSignatureContent handle.
CPageZoneArray CSignatureContent_GetZones(const CSignatureContent argCSignatureContent, idrs_exception *pargException)
Gets an array containing the zones in the signature.
void CSignatureContent_SetSignatureArea(CSignatureContent argCSignatureContent, const IDRS_RECT *rcSignatureArea, idrs_exception *pargException)
Sets the area where the signature will be placed on pdf page.
CSignatureContent contains the UI elements for displaying a signature on a PDF document.