public class PdfSaveOptions extends SaveOptions
Allows to specify additional options when rendering project pages to PDF.
Constructor and Description |
---|
PdfSaveOptions()
Initializes a new instance of class that can be used to save a document in the
SaveFileFormatPdf format. |
Modifier and Type | Method and Description |
---|---|
int |
getCompliance()
Desired conformance level for generated PDF document.
|
PdfEncryptionDetails |
getEncryptionDetails()
Gets or sets a encryption details.
|
int |
getTextCompression()
Specifies compression type to be used for all content streams except images.
|
void |
setCompliance(int value) |
void |
setEncryptionDetails(PdfEncryptionDetails value) |
void |
setTextCompression(int value) |
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getStartDate, getTextStyles, getTimescale, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setStartDate, setTextStyles, setTimescale, setView
public PdfSaveOptions()
Initializes a new instance of class that can be used to save a document in the SaveFileFormatPdf
format.
public int getCompliance()
Desired conformance level for generated PDF document.
Default is PdfCompliance.Pdf15
.
public void setCompliance(int value)
public PdfEncryptionDetails getEncryptionDetails()
Gets or sets a encryption details. If not set, then no encryption will be performed.
public void setEncryptionDetails(PdfEncryptionDetails value)
public int getTextCompression()
Specifies compression type to be used for all content streams except images.
Default is PdfTextCompression.Flate
.
public void setTextCompression(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.