The value to set as alternate title.





In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetSignatureAlternateTitle Method

SetSignatureAlternateTitle Method (GdPicturePDF)

In This Topic
Set the alternate title property for the Signature field.
Syntax
'Declaration
 
Public Function SetSignatureAlternateTitle( _
   ByVal AlternateTitle As String _
) As GdPictureStatus
public GdPictureStatus SetSignatureAlternateTitle( 
   string AlternateTitle
)
public function SetSignatureAlternateTitle( 
    AlternateTitle: String
): GdPictureStatus; 
public function SetSignatureAlternateTitle( 
   AlternateTitle : String
) : GdPictureStatus;
public: GdPictureStatus SetSignatureAlternateTitle( 
   string* AlternateTitle
) 
public:
GdPictureStatus SetSignatureAlternateTitle( 
   String^ AlternateTitle
) 

Parameters

AlternateTitle
The value to set as alternate title.

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.

We strongly recommend always checking this status first.

Remarks
This method is only allowed for use with non-encrypted documents.

This step is optional. The alternate title is usually used to set tooltip content.

See Also