public void PageSetup(Rectangle Size, float marginLeft, float marginRight, float marginTop, float marginBottom) { this.page = new PageSetup(Size, marginLeft, marginRight, marginTop, marginBottom); }
public void Dispose() { this._doc.Dispose(); this.HTML = string.Empty; this.page = null; this.style = null; GC.SuppressFinalize(this); }