Class FigureRendererOptions

Class FigureRendererOptions

Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll

Các tùy chọn chung để hiển thị một đoạn mã nguồn LaTeX.

public class FigureRendererOptions

Kế thừa

objectFigureRendererOptions

Kế thừa từ

FigureRendererPluginOptions, MathRendererOptions, PngFigureRendererOptions, SvgFigureRendererOptions

Thành viên kế thừa

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Các hàm khởi tạo

FigureRendererOptions()

Tạo một thể hiện mới.

public FigureRendererOptions()

Các thuộc tính

BackgroundColor

Lấy/thiết lập màu nền.

public Color BackgroundColor { get; set; }

Giá trị thuộc tính

Color

ErrorReport

Lấy báo cáo lỗi.

public string ErrorReport { get; }

Giá trị thuộc tính

string

LogStream

Lấy/thiết lập luồng để ghi đầu ra log.

public Stream LogStream { get; set; }

Giá trị thuộc tính

Stream

Margin

Lấy/thiết lập chiều rộng lề.

public float Margin { get; set; }

Giá trị thuộc tính

float

Preamble

Lấy/thiết lập phần mở đầu tài liệu LaTeX.

public string Preamble { get; set; }

Giá trị thuộc tính

string

RequiredInputDirectory

Lấy/thiết lập thư mục cho đầu vào 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ị thuộc tính

IInputWorkingDirectory

Scale

Lấy/thiết lập tỷ lệ. 1000 có nghĩa là 100%, 1200 có nghĩa là 120%, v.v.

public int Scale { get; set; }

Giá trị thuộc tính

int

ShowTerminal

Cờ điều khiển đầu ra terminal. Nếu true, đầu ra terminal sẽ được ghi vào console.

public bool ShowTerminal { get; set; }

Giá trị thuộc tính

bool

 Tiếng Việt