File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
itext/itext.kernel/itext/kernel/pdf/colorspace Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ public virtual float GetXStep() {
387
387
}
388
388
389
389
/// <summary>Sets the desired horizontal space between pattern cells.</summary>
390
+ /// <param name="xStep">the desired horizontal space between pattern cells</param>
390
391
public virtual void SetXStep ( float xStep ) {
391
392
GetPdfObject ( ) . Put ( PdfName . XStep , new PdfNumber ( xStep ) ) ;
392
393
SetModified ( ) ;
@@ -398,7 +399,8 @@ public virtual float GetYStep() {
398
399
return GetPdfObject ( ) . GetAsNumber ( PdfName . YStep ) . FloatValue ( ) ;
399
400
}
400
401
401
- /// <summary>Sets the desired vertical space between pattern cells</summary>
402
+ /// <summary>Sets the desired vertical space between pattern cells.</summary>
403
+ /// <param name="yStep">the desired vertical space between pattern cells</param>
402
404
public virtual void SetYStep ( float yStep ) {
403
405
GetPdfObject ( ) . Put ( PdfName . YStep , new PdfNumber ( yStep ) ) ;
404
406
SetModified ( ) ;
Original file line number Diff line number Diff line change 1
- 7fc8a9489959dbcc31cadfb1eff1c918bad2c2eb
1
+ 237d7bcaa94d6ae193a44f0f3ce3b10e9625de6d
You can’t perform that action at this time.
0 commit comments