예제 #1
0
 public void ClearFullRefs()
 {
     this._pos      = null;
     this._pgsize   = null;
     this._text     = null;
     this._pageNums = null;
     this._borders  = null;
 }
예제 #2
0
        internal protected override Scryber.PDFPositionOptions DoCreatePositionOptions()
        {
            if (null == _pos)
            {
                _pos = base.DoCreatePositionOptions();
            }

            return(_pos);
        }
예제 #3
0
        protected override void BeginStyleChange()
        {
            this._pos      = null;
            this._pgsize   = null;
            this._text     = null;
            this._pageNums = null;
            this._borders  = null;

            base.BeginStyleChange();
        }