PdfDocumentBase Class |
Namespace: Spire.Pdf
The PdfDocumentBase type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Attachments | |
![]() |
Bookmarks |
Gets the bookmarks.
|
![]() |
ColorSpace |
Gets or sets the color space of the document.
|
![]() |
CompressionLevel |
Gets or sets the desired level of stream compression.
|
![]() |
Conformance |
Obsolete.
The conformance level.
|
![]() |
DocumentInformation |
Gets or sets document's information and properties.
|
![]() |
FileStructure |
Gets or sets the internal structure of the PDF file.
|
![]() |
Form |
Gets the pdfform.
|
![]() |
JavaScripts |
Gets the additional document's actions.
|
![]() |
PageLabels |
Page labels.
|
![]() |
Pages |
Gets the pages.
|
![]() |
PageSettings |
Gets or sets the settings of pdf page.
|
![]() |
Sections |
Gets the section collections of pdf.
|
![]() |
Security |
Obsolete.
Gets the security parameters of the document.
|
![]() |
Template |
Gets or sets a template that is applied to all pages in the document.
|
![]() |
UsedFonts |
Gets the fonts which are available in the PDF document.
|
![]() |
ViewerPreferences |
Gets or sets a viewer preferences object controlling the way the document is to be
presented on the screen or in print.
|
Name | Description | |
---|---|---|
![]() |
CheckFields |
Checks what fields are connected with the page.
|
![]() |
Clone |
Clone the object.
|
![]() |
Close |
Closes the document. Releases all common resources.
|
![]() |
Close(Boolean) |
Closes the document.
|
![]() ![]() |
CreateStream( Byte ) |
Creates the stream.
|
![]() ![]() |
CreateStream(String) |
Creates the stream.
|
![]() |
Dispose |
Releases all resources used by the
PdfDocumentBase
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ImportPage(PdfDocumentBase, PdfPageBase) |
Imports a page.
|
![]() |
ImportPage(PdfDocumentBase, Int32) |
Imports a page.
|
![]() |
ImportPage(PdfDocumentBase, Int32, Int32) |
Imports a page.
|
![]() |
ImportPageRange(PdfDocumentBase, Int32, Int32) |
Imports a page range from a loaded document.
|
![]() |
ImportPageRange(PdfDocumentBase, Int32, Int32, Int32) |
Imports a page range from a loaded document.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() ![]() |
Merge |
Merges the specified source documents and return destination document.
|
![]() |
Save(Stream) |
Saves the document to the specified stream.
|
![]() |
Save(String) |
Saves the document to the specified filename.
|
![]() |
Save(FileFormat) |
Convert the document to streams with the file format.
|
![]() |
Save(Stream, FileFormat) |
Convert the document to an stream with the file format.
|
![]() |
Save(String, FileFormat) |
Convert the document to a file with the file format.
|
![]() |
Save(Int32, Int32, FileFormat) |
Convert the document to streams with the file format.
|
![]() |
SaveToDoc(String) |
Save the document to doc as file.
|
![]() |
SaveToDoc(Stream, Boolean) |
Save the document to doc as stream[].
|
![]() |
SaveToHtml(Stream) |
Save the document to html stream.
|
![]() |
SaveToHtml(String) |
Save the document to html file.
|
![]() |
SaveToPcl(Stream) |
Convert pdf document to pcl.
|
![]() |
SaveToPcl(String) |
Convert pdf document to pcl.
|
![]() |
SaveToPostScript(Stream) |
Convert pdf document to postscript file.
|
![]() |
SaveToPostScript(String) |
Convert pdf document to postscript file.
|
![]() |
SaveToSVG |
Save the document to svg as stream[].
|
![]() |
SaveToXPS(Stream) |
Save the document to xps as stream.
|
![]() |
SaveToXPS(String) |
Save the document to xps as file.
|
![]() |
Split(String) |
Splits a PDF file to many PDF files, each of them consists of one page from the source file.
|
![]() |
Split(String, Int32) |
Splits a PDF file to many PDF files, each of them consists of
one page from the source file.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
m_pages |
Collection of loaded and created pages.
|
![]() |
m_sections | |
![]() |
m_security |
Security properties.
|