iTextSharp.text.pdf.CFFFont.OffsetItem.Set C# (CSharp) 메소드

Set() 공개 메소드

public Set ( int offset ) : void
offset int
리턴 void
            public void Set(int offset) { this.value = offset; }
        }
CFFFont.OffsetItem