Class FigureRendererOptions

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

Color

ErrorReport

Nhận báo cáo lỗi.

public string ErrorReport { get; }

Giá trị bất động sản

string

LogStream

Gets/set the stream to write log output to.

public Stream LogStream { get; set; }

Giá trị bất động sản

Stream

Margin

Nhận / đặt chiều rộng ranh giới.

public float Margin { get; set; }

Giá trị bất động sản

float

Preamble

Gets/sets LaTeX tài liệu preamble.

public string Preamble { get; set; }

Giá trị bất động sản

string

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

IInputWorkingDirectory

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

int

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; }

Giá trị bất động sản

bool

 Tiếng Việt