Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Essential Objects HtmlToPdf 并做一个更大的首页标题。使用一列并指定一个正的 StartPosition 一切正常。但是,当我拆分为两列时,第一列会向下移动,而第二列不会。
有没有办法让第二列下移相同的数量?
为将来遇到此问题的任何人找到答案。
HtmlToPdf.Options.StartColumnIndex = -1;
将使第二列跟随 StartPosition。