Package com.aspose.cad.cloud.model
Class PdfOptionsDTO
- java.lang.Object
-
- com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
-
- com.aspose.cad.cloud.model.PdfOptionsDTO
-
public class PdfOptionsDTO extends DrawingOptionsBaseDTO
Export options for PDF format
-
-
Constructor Summary
Constructors Constructor Description PdfOptionsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfOptionsDTO
corePdfOptions(PdfDocumentOptions corePdfOptions)
boolean
equals(Object o)
PdfDocumentOptions
getCorePdfOptions()
Core PDF rendering optionsPdfDocumentInfo
getPdfDocumentInfo()
Document metadataint
hashCode()
PdfOptionsDTO
pdfDocumentInfo(PdfDocumentInfo pdfDocumentInfo)
void
setCorePdfOptions(PdfDocumentOptions corePdfOptions)
void
setPdfDocumentInfo(PdfDocumentInfo pdfDocumentInfo)
String
toString()
-
Methods inherited from class com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
addLayersItem, getLayers, getResolutionSettings, getRotation, getVectorRasterizationOptions, layers, resolutionSettings, rotation, setLayers, setResolutionSettings, setRotation, setVectorRasterizationOptions, vectorRasterizationOptions
-
-
-
-
Method Detail
-
pdfDocumentInfo
public PdfOptionsDTO pdfDocumentInfo(PdfDocumentInfo pdfDocumentInfo)
-
getPdfDocumentInfo
public PdfDocumentInfo getPdfDocumentInfo()
Document metadata- Returns:
- pdfDocumentInfo
-
setPdfDocumentInfo
public void setPdfDocumentInfo(PdfDocumentInfo pdfDocumentInfo)
-
corePdfOptions
public PdfOptionsDTO corePdfOptions(PdfDocumentOptions corePdfOptions)
-
getCorePdfOptions
public PdfDocumentOptions getCorePdfOptions()
Core PDF rendering options- Returns:
- corePdfOptions
-
setCorePdfOptions
public void setCorePdfOptions(PdfDocumentOptions corePdfOptions)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDrawingOptionsBaseDTO
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDrawingOptionsBaseDTO
-
toString
public String toString()
- Overrides:
toString
in classDrawingOptionsBaseDTO
-
-