public abstract static class IImagingCoreAPI.ExportToPdfOperation extends java.lang.Object implements IImagingCoreAPI.ExportOperation
IImagingCoreAPI.ExportOperation.Compression, IImagingCoreAPI.ExportOperation.CompressionType
Modifier and Type | Field and Description |
---|---|
IImagingCoreAPI.ExportOperation.Compression |
Compression
Page image compression.
|
IImagingCoreAPI.ExportOperation.CompressionType |
CompressionType
Page image compression.
|
int |
PageHeight
Page heigth in points (1/72 of an inch).
|
int |
PageWidth
Page width in points (1/72 of an inch).
|
java.lang.String |
PdfInfoAuthor
PDF Info Tags: 'Author'
|
java.lang.String |
PdfInfoCompany
PDF Info Tags: 'Company'
|
java.lang.String |
PdfInfoCreator
PDF Info Tags: 'Creator'
|
java.lang.String |
PdfInfoKeywords
PDF Info Tags: 'Keywords'
|
java.lang.String |
PdfInfoProducer
PDF Info Tags: 'Producer'
|
java.lang.String |
PdfInfoSubject
PDF Info Tags: 'Subject'
|
java.lang.String |
PdfInfoTitle
PDF Info Tags: 'Title'
|
Constructor and Description |
---|
ExportToPdfOperation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPage
public IImagingCoreAPI.ExportOperation.CompressionType CompressionType
public IImagingCoreAPI.ExportOperation.Compression Compression
public int PageWidth
public int PageHeight
public java.lang.String PdfInfoTitle
public java.lang.String PdfInfoSubject
public java.lang.String PdfInfoKeywords
public java.lang.String PdfInfoAuthor
public java.lang.String PdfInfoCompany
public java.lang.String PdfInfoCreator
public java.lang.String PdfInfoProducer