|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdffileinfo
public class pdffileinfo
this class represents a set of the properties that define the internal structure of pdf file.
constructor summary | |
---|---|
pdffileinfo()
initializes a new instance of the class. |
method summary | |
---|---|
pdfcrossreferencetype |
getcrossreferencetype()
gets the type of pdf cross-reference. |
boolean |
getincrementalupdate()
gets a value indicating whether [incremental update]. |
boolean |
gettaggedpdf()
gets the value indicating whether the pdf document is tagged one or not. |
pdfversion |
getversion()
gets the version of the pdf document. |
void |
setcrossreferencetype(pdfcrossreferencetype value)
sets the type of pdf cross-reference. |
void |
setdocumentbase(pdfdocumentbase value)
pdf document object |
void |
setincrementalupdate(boolean value)
sets a value indicating whether [incremental update]. |
void |
settaggedpdf(boolean value)
sets the value indicating whether the pdf document is tagged one or not. |
void |
setversion(pdfversion value)
sets the version of the pdf document. |
constructor detail |
---|
public pdffileinfo()
method detail |
---|
public void setdocumentbase(pdfdocumentbase value)
public pdfversion getversion()
public void setversion(pdfversion value)
value
- the document version.public boolean getincrementalupdate()
public void setincrementalupdate(boolean value)
value
- public pdfcrossreferencetype getcrossreferencetype()
please see the description of for more details.
public void setcrossreferencetype(pdfcrossreferencetype value)
value
- public boolean gettaggedpdf()
public void settaggedpdf(boolean value)
value
- if true pdf document is tagged, otherwise false.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |