|
|||||||||
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 |