File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
itext/itext.sign/itext/signatures Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public PdfSignatureBuildProperties(PdfDictionary dict)
64
64
/// <see cref="PdfSignatureApp"/>
65
65
/// dictionary.
66
66
/// </summary>
67
- /// <param name="name"/ >
67
+ /// <param name="name">the signature creator's name to be set</param >
68
68
public virtual void SetSignatureCreator ( String name ) {
69
69
GetPdfSignatureAppProperty ( ) . SetSignatureCreator ( name ) ;
70
70
}
Original file line number Diff line number Diff line change @@ -1000,7 +1000,7 @@ protected internal virtual void Close(PdfDictionary update) {
1000
1000
}
1001
1001
1002
1002
/// <summary>Returns the underlying source.</summary>
1003
- /// <returns>The underlying source</returns>
1003
+ /// <returns>the underlying source</returns>
1004
1004
protected internal virtual IRandomAccessSource GetUnderlyingSource ( ) {
1005
1005
RandomAccessSourceFactory fac = new RandomAccessSourceFactory ( ) ;
1006
1006
return raf == null ? fac . CreateSource ( bout ) : fac . CreateSource ( raf ) ;
@@ -1034,7 +1034,11 @@ protected internal virtual void AddDocMDP(PdfSignature crypto) {
1034
1034
/// This method is only used for signatures that lock fields.
1035
1035
/// </remarks>
1036
1036
/// <param name="crypto">the signature dictionary</param>
1037
- /// <param name="fieldLock"/>
1037
+ /// <param name="fieldLock">
1038
+ /// the
1039
+ /// <see cref="iText.Forms.PdfSigFieldLock"/>
1040
+ /// instance specified the field lock to be set
1041
+ /// </param>
1038
1042
protected internal virtual void AddFieldMDP ( PdfSignature crypto , PdfSigFieldLock fieldLock ) {
1039
1043
PdfDictionary reference = new PdfDictionary ( ) ;
1040
1044
PdfDictionary transformParams = new PdfDictionary ( ) ;
Original file line number Diff line number Diff line change 1
- 2be702ae35dac004295920e842e84406416c9c50
1
+ cc64368eaf9f070a59119994600afd99a033caaa
You can’t perform that action at this time.
0 commit comments