public class PdfOptions extends ImageOptionsBase
The PDF options.
Constructor and Description |
---|
PdfOptions() |
Modifier and Type | Method and Description |
---|---|
SizeF |
getPageSize()
Gets or sets the size of the page.
|
PdfCoreOptions |
getPdfCoreOptions()
The PDF core options
|
PdfDocumentInfo |
getPdfDocumentInfo()
Gets or sets metadata for document.
|
void |
setPageSize(SizeF value)
Gets or sets the size of the page.
|
void |
setPdfCoreOptions(PdfCoreOptions value)
The PDF core options
|
void |
setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
|
clone, getBufferSizeHint, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
dispose, getDisposed
public final PdfDocumentInfo getPdfDocumentInfo()
Gets or sets metadata for document.
public final void setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
public final PdfCoreOptions getPdfCoreOptions()
The PDF core options
public final void setPdfCoreOptions(PdfCoreOptions value)
The PDF core options
public final SizeF getPageSize()
Gets or sets the size of the page.
Value: The size of the page.public final void setPageSize(SizeF value)
Gets or sets the size of the page.
Value: The size of the page.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.