Class FigureRendererOptions
Tên không gian: Aspose.TeX.Features Tổng hợp: Aspose.TeX.dll (25.4.0)
Các tùy chọn phổ biến để render một phần mã nguồn LaTeX.
public class FigureRendererOptions
Inheritance
object ← FigureRendererOptions
Derived
FigureRendererPluginOptions , MathRendererOptions , PngFigureRendererOptions , SvgFigureRendererOptions
Thành viên thừa kế
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FigureRendererOptions()
tạo ra một trường hợp mới.
public FigureRendererOptions()
Properties
BackgroundColor
Nhận / đặt màu nền.
public Color BackgroundColor { get; set; }
Giá trị bất động sản
ErrorReport
Nhận báo cáo lỗi.
public string ErrorReport { get; }
Giá trị bất động sản
LogStream
Gets/set the stream to write log output to.
public Stream LogStream { get; set; }
Giá trị bất động sản
Margin
Nhận / đặt chiều rộng ranh giới.
public float Margin { get; set; }
Giá trị bất động sản
Preamble
Gets/sets LaTeX tài liệu preamble.
public string Preamble { get; set; }
Giá trị bất động sản
RequiredInputDirectory
Nhận / đặt thư mục cho mục nhập cần thiết, ví dụ:Các gói nằm ngoài hỗ trợ LaTeX của Aspose.TeX.
public IInputWorkingDirectory RequiredInputDirectory { get; set; }
Giá trị bất động sản
Scale
1000 có nghĩa là 100%, 1200 có nghĩa là 120%, vv
public int Scale { get; set; }
Giá trị bất động sản
ShowTerminal
Cờ điều khiển kết quả cuối. nếu true
sau đó kết quả cuối được viết cho console.
public bool ShowTerminal { get; set; }