Class PdfToXlsOptions

Thông tin

Biểu diễn các tùy chọn chuyển đổi PDF sang XLS/XLSX cho Documentize.PdfConverter plugin.

public sealed class PdfToXlsOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsPdfToXlsOptions

Implements

Inherited Members

Constructors

PdfToXlsOptions()

Khởi tạo một thể hiện mới của đối tượng Documentize.PdfToXlsOptions với các tùy chọn mặc định.

public PdfToXlsOptions()

Properties

Format

Định dạng đầu ra.

public PdfToXlsOptions.ExcelFormat Format { get; set; }

Property Value

PdfToXlsOptions.ExcelFormat

InsertBlankColumnAtFirst

Đặt true nếu bạn cần chèn cột trống làm cột đầu tiên của worksheet. Giá trị mặc định là false; nghĩa là cột trống sẽ không được chèn.

public bool InsertBlankColumnAtFirst { get; set; }

Property Value

bool

MinimizeTheNumberOfWorksheets

Đặt true nếu bạn cần giảm thiểu số lượng worksheet trong workbook kết quả. Giá trị mặc định là false; nghĩa là mỗi trang PDF sẽ được lưu dưới dạng worksheet riêng biệt.

public bool MinimizeTheNumberOfWorksheets { get; set; }

Property Value

bool

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt