Packages

 

com.aspose.imaging.imageoptions

Class PdfOptions

    • Constructor Detail

      • PdfOptions

        public PdfOptions()
    • Method Detail

      • getPdfDocumentInfo

        public PdfDocumentInfo getPdfDocumentInfo()

        Gets or sets metadata for document.

      • setPdfDocumentInfo

        public void setPdfDocumentInfo(PdfDocumentInfo value)

        Gets or sets metadata for document.

      • getPdfCoreOptions

        public PdfCoreOptions getPdfCoreOptions()

        The PDF core options

      • setPdfCoreOptions

        public void setPdfCoreOptions(PdfCoreOptions value)

        The PDF core options

      • getPageSize

        public final SizeF getPageSize()

        Gets the size of the page.

        Value: The size of the page.
        Returns:
        the size of the page.
      • setPageSize

        public final void setPageSize(SizeF value)

        Sets the size of the page.

        Value: The size of the page.
        Parameters:
        value - the size of the page.