EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPDFSignatureInfo class

Declared in    


 

This class specifies empty signature form field.

 
 

Description

[C#]
    class TElPDFSignatureInfo
    {
      public string FieldName;
      public string MappingName;
      public string AlternateName;
    }

[VB.NET]
    Class TElPDFSignatureInfo
      Public Property FieldName As String
      Public Property MappingName As String
      Public Property AlternateName As String
    End Class

[Pascal]
    TElPDFSignatureInfo = class
    public
      property FieldName: string
      property MappingName: string
      property AlternateName: string
    end;
 
 

Properties

  • FieldName - textual field name
  • MappingName - the mapping name to be used when exporting form field data from the document
  • AlternateName - an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface
 
 

Declared in

.NET:

  • Namespace: SBPDF
  • Assembly: SecureBlackbox.PDF
VCL:
  • Unit: unit SBPDF
ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation