public class PdfDocumentInfo extends DocumentInfo
Constructor and Description |
---|
PdfDocumentInfo(com.aspose.pdf.Document pdf,
FileType format,
long size) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets author
|
double |
getHeight()
Gets page height
|
String |
getTitle()
Gets title
|
String |
getVersion()
Gets version
|
double |
getWidth()
Gets page width
|
boolean |
isLandscape()
Gets is page landscaped
|
boolean |
isPasswordProtected()
Gets is encrypted
|
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSize
public PdfDocumentInfo(com.aspose.pdf.Document pdf, FileType format, long size)
public String getVersion()
public String getTitle()
public String getAuthor()
public boolean isPasswordProtected()
public boolean isLandscape()
public double getHeight()
public double getWidth()
Copyright © 2020. All rights reserved.