PdfRpt.Core.Contracts.HeaderBasicProperties.HeaderBasicProperties C# (CSharp) 메소드

HeaderBasicProperties() 공개 메소드

ctor.
public HeaderBasicProperties ( ) : iTextSharp.text
리턴 iTextSharp.text
        public HeaderBasicProperties()
        {
            BorderColor = BaseColor.LIGHT_GRAY;
            TableWidthPercentage = 100;
        }
HeaderBasicProperties