Represent common PdfDocumentBase classes.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract class PdfDocumentBase : IDisposable
Public MustInherit Class PdfDocumentBase Implements IDisposable
public ref class PdfDocumentBase abstract : IDisposable
[<AbstractClassAttribute>] type PdfDocumentBase = class interface IDisposable end
Members
| All Members | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| Attachments | ||
| Bookmarks |
Gets the bookmarks.
| |
| CheckFields(PdfDocumentBase, PdfPageBase, List<(Of <<'(PdfField>)>>)) | ||
| Clone()()()() | ||
| Close()()()() |
Closes the document. Releases all common resources.
| |
| Close(Boolean) |
Closes the document.
| |
| ColorSpace | ||
| CompressionLevel |
Gets or sets the desired level of stream compression.
| |
| Conformance | Obsolete.
The conformance level.
| |
| CreateReadWriteStream(String) | ||
| CreateStream(array<Byte>[]()[][]) | ||
| CreateStream(String) | ||
| Dispose()()()() | Releases all resources used by the PdfDocumentBase | |
| DisposeOnClose(IDisposable) |
Adds an object to a collection of the objects that will be disposed during document closing.
| |
| DocumentInformation |
Gets or sets document's information and properties.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| FileStructure |
Gets or sets the internal structure of the PDF file.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Form | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(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.
| |
| JavaScripts |
Gets the additional document's actions.
| |
| m_sections | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Merge(PdfDocumentBase, array<Object>[]()[][]) |
Merges the specified source documents and return destination document.
| |
| MPages | ||
| PageLabel | Obsolete. | |
| PageLabels |
Page labels.
| |
| Pages |
Gets the pages.
| |
| PageSettings | ||
| 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(Stream, HttpContext) | Obsolete.
Saves the document into a HTTP response stream.
| |
| Save(String, FileFormat) | ||
| Save(Int32, Int32, FileFormat) |
Convert the document to streams with the file format.
| |
| Save(String, HttpResponse, HttpReadType) | Obsolete.
Saves the document into a HTTP response stream.
| |
| SaveToDoc(String) | ||
| SaveToDoc(Stream, Boolean) |
Save the document to doc as stream[].
| |
| SaveToHtml(Stream) |
Save the document to html stream.
| |
| SaveToHtml(String) | ||
| SaveToPcl(Stream) | ||
| SaveToPcl(String) | ||
| SaveToPostScript(Stream) | ||
| SaveToPostScript(String) | ||
| SaveToSVG()()()() |
Save the document to svg as stream[].
| |
| SaveToXPS(Stream) |
Save the document to xps as stream.
| |
| SaveToXPS(String) | ||
| Sections | ||
| Security |
Gets the security parameters of the document.
| |
| 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.
| |
| Template |
Gets or sets a template that is applied to all pages in the document.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| 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.
|