예제 #1
0
 public ItemPageBreak()
 {
     this.m_WhiteBrush = new SolidBrush(Color.White);
     this.m_GrayBrush = new SolidBrush(SystemColors.Control);
     this.m_BlackPen = new Pen(Color.Black);
     this.m_PageNumberStyle = RescoPageNumberStyle.CurrentOfAll;
     this.m_ShowPageText = true;
     this.m_RightArrow = 0;
     this.m_bVisible = true;
 }
예제 #2
0
 public ItemPageBreak()
 {
     this.m_WhiteBrush      = new SolidBrush(Color.White);
     this.m_GrayBrush       = new SolidBrush(SystemColors.Control);
     this.m_BlackPen        = new Pen(Color.Black);
     this.m_PageNumberStyle = RescoPageNumberStyle.CurrentOfAll;
     this.m_ShowPageText    = true;
     this.m_RightArrow      = 0;
     this.m_bVisible        = true;
 }