Class LowCodePdfSaveOptions

Class LowCodePdfSaveOptions

Nombre del espacio: Aspose.Cells.LowCode Asamblea: Aspose.Cells.dll (25.4.0)

Opciones para ahorrar PDF en forma de código bajo.

public class LowCodePdfSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodePdfSaveOptions

Miembros heredados

LowCodeSaveOptions.OutputFile ,y, LowCodeSaveOptions.OutputStream ,y, LowCodeSaveOptions.SaveFormat

Constructors

LowCodePdfSaveOptions()

public LowCodePdfSaveOptions()

Properties

PdfOptions

Las opciones para guardar archivos PDF.

public PdfSaveOptions PdfOptions { get; set; }

Valor de la propiedad

PdfSaveOptions

SaveFormat

El formato de rescate para la salida.Para convertirse en pdf, sólo puede ser Aspose.Cells.SaveFormat.Pdf.

public override SaveFormat SaveFormat { get; set; }

Valor de la propiedad

SaveFormat

 Español