API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdSignatureField Class
OdSignatureField Class
OdPdfPublish__OdSignatureFieldOdPdfPublish__OdSignatureFieldOdPdfPublish__OdSignatureField
Syntax
C++
class OdSignatureField : public OdObject;

PdfPublishSignatureField.h

This class implements a signature field contained in a .pdf document created with Publish SDK.

 
Name 
Description 
 
Destroys the signature field instance. 
 
Name 
Description 
 
Returns the current value of the flag that determines whether the signature field has a border. If the flag value is equal to true, the signature field has a border, otherwise it does not. The method fills a passed boolean value with the signature field border flag value and returns it to a calling subroutine.
 
 
Returns the current signature field border color. The method fills a passed ODCOLORREF value with the signature field border color value and returns it to a calling subroutine.
 
 
Returns the current signature field border style. The method fills a passed value with the current signature field border style and returns it to a calling subroutine.
 
 
Returns the current signature field border thickness. The method fills a passed value with the current signature field border thickness and returns it to a calling subroutine.
 
 
Returns the current signature field fill color. The method fills a passed ODCOLORREF value with the signature field fill color value and returns it to a calling subroutine.
 
 
Returns the current font parameters used for displaying the signature field caption. The method fills passed values and returns them to a calling subroutine.
 
 
Returns the current font size used for displaying the signature field caption. The method fills a passed integer value with the signature field caption font size and returns it to a calling subroutine.
 
 
Returns the current value of the flag that determines whether the signature field is locked. If the flag value is equal to true, the signature field is locked and becomes disabled, otherwise it is enabled and unlocked. The method fills a passed boolean value with the signature field lock flag value and returns it to a calling subroutine.
 
 
Returns the current name of the signature field. The method fills a passed string object with the signature field name and returns it to a calling subroutine.
 
 
Returns the current value of the flag that determines whether the signature field should be printed. If the signature field should be printed, the flag value is equal to true, otherwise it is equal to false. The method fills a passed boolean value with the signature field printability flag value and returns it to a calling subroutine.
 
 
Returns the current text color used for displaying the signature field caption. The method fills a passed ODCOLORREF value with the signature field caption color and returns it to a calling subroutine.
 
 
Returns the current text rotation of the signature field. The method fills a passed value with current signature field text rotation and returns it to a calling subroutine.
 
 
Returns the current tooltip text for the signature field. Tooltip text is text that appears when a user hovers the mouse pointer over the signature field.
The method fills a passed string object with the signature field tooltip text and returns it to a calling subroutine.
 
 
Returns the current value of the visibility flag for the signature field. The visibility flag determines whether the signature field is visible in the document (if true) or is hidden (if false). The method fills a passed boolean value with the signature field visibility flag value and returns it to a calling subroutine.
 
 
Sets a new value of the flag that determines whether the signature field has a border. If the flag value is equal to true, the signature field has a border, otherwise it does not.
 
 
Sets the signature field border color.
 
 
Sets the signature field border style.
 
 
Sets the signature field border thickness.
 
 
Sets the signature field button fill color.
 
 
This is the overview for the setFont method overload. 
 
Sets a font size for the signature field.
 
 
Sets a new value of the flag that determines whether the signature field is locked. If the flag value is equal to true, the signature field is locked and becomes disabled, otherwise it is enabled and unlocked.
 
 
Sets the signature field name.
 
 
Sets a new value of the flag that determines whether the signature field should be printed. If the signature field should be printed, the flag value is equal to true, otherwise it is equal to false.
 
 
Sets a text color for the signature field.
 
 
Sets a new value for the signature field text rotation.
 
 
Sets tooltip text for the signature field. Tooltip text is text that appears when a user hovers the mouse pointer over the signature field.
 
 
Sets a new value of the visibility flag for the signature field. The visibility flag determines whether the signature field is visible in the document (if true) or is hidden (if false).
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.