'Declaration
Public Function SetSignatureStampImage( _ ByVal StampResName As String _ ) As GdPictureStatus
public GdPictureStatus SetSignatureStampImage( string StampResName )
public function SetSignatureStampImage( StampResName: String ): GdPictureStatus;
public function SetSignatureStampImage( StampResName : String ) : GdPictureStatus;
public: GdPictureStatus SetSignatureStampImage( string* StampResName )
public: GdPictureStatus SetSignatureStampImage( String^ StampResName )
Parameters
- StampResName
- The resource name of the image you want to drawn within the signature's bounding box. The image will not be drawn if the signature is invisible. For further assistance, please see the Images section of the GdPicturePDF class in the Reference Guide.
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.