PdfNewDocument Class |
Namespace: Spire.Pdf
The PdfNewDocument type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfNewDocument |
Initializes a new instance of the class.
|
| Name | Description | |
|---|---|---|
|
|
Attachments |
Gets the attachments of the document.
(Overrides
PdfDocumentBase
Attachments
.)
|
|
|
Bookmarks |
Gets the root of the bookmark tree in the document.
(Overrides
PdfDocumentBase
Bookmarks
.)
|
|
|
ColorSpace |
Gets or sets the color space of the document.
(Inherited from
PdfDocumentBase
.)
|
|
|
CompressionLevel |
Gets or sets the desired level of stream compression.
(Inherited from
PdfDocumentBase
.)
|
|
|
Conformance |
Obsolete.
The conformance level.
(Inherited from
PdfDocumentBase
.)
|
|
|
DocumentInformation |
Gets or sets document's information and properties.
(Inherited from
PdfDocumentBase
.)
|
|
|
FileStructure |
Gets or sets the internal structure of the PDF file.
(Inherited from
PdfDocumentBase
.)
|
|
|
Form |
Gets the interactive form of the document.
(Overrides
PdfDocumentBase
Form
.)
|
|
|
JavaScripts |
Gets the additional document's actions.
(Inherited from
PdfDocumentBase
.)
|
|
|
PageLabels |
Page labels.
(Inherited from
PdfDocumentBase
.)
|
|
|
Pages |
Gets the pages.
(Inherited from
PdfDocumentBase
.)
|
|
|
PageSettings |
Gets or sets the settings of pdf page.
(Inherited from
PdfDocumentBase
.)
|
|
|
Sections |
Gets the section collections of pdf.
(Inherited from
PdfDocumentBase
.)
|
|
|
Security |
Obsolete.
Gets the security parameters of the document.
(Inherited from
PdfDocumentBase
.)
|
|
|
Template |
Gets or sets a template that is applied to all pages in the document.
(Inherited from
PdfDocumentBase
.)
|
|
|
UsedFonts |
Gets the fonts which are available in the PDF document.
(Inherited from
PdfDocumentBase
.)
|
|
|
ViewerPreferences |
Gets or sets a viewer preferences object controlling the way the document is to be
presented on the screen or in print.
(Inherited from
PdfDocumentBase
.)
|
| Name | Description | |
|---|---|---|
|
|
CheckFields |
Checks what fields are connected with the page.
(Inherited from
PdfDocumentBase
.)
|
|
|
Clone |
Creates a new object that is a copy of the current instance.
(Overrides
PdfDocumentBase
Clone
.)
|
|
|
Close |
Closes the document. Releases all common resources.
(Inherited from
PdfDocumentBase
.)
|
|
|
Close(Boolean) |
Closes the document.
(Overrides
PdfDocumentBase
Close(Boolean)
.)
|
|
|
Dispose | (Inherited from 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.
(Inherited from
PdfDocumentBase
.)
|
|
|
ImportPage(PdfDocumentBase, Int32) |
Imports a page.
(Inherited from
PdfDocumentBase
.)
|
|
|
ImportPage(PdfDocumentBase, Int32, Int32) |
Imports a page.
(Inherited from
PdfDocumentBase
.)
|
|
|
ImportPageRange(PdfDocumentBase, Int32, Int32) |
Imports a page range from a loaded document.
(Inherited from
PdfDocumentBase
.)
|
|
|
ImportPageRange(PdfDocumentBase, Int32, Int32, Int32) |
Imports a page range from a loaded document.
(Inherited from
PdfDocumentBase
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Save(String) |
Saves the document to the specified filename.
(Inherited from
PdfDocumentBase
.)
|
|
|
Save(Stream) |
Saves the document to the specified stream.
(Overrides
PdfDocumentBase
Save(Stream)
.)
|
|
|
Save(FileFormat) |
Convert the document to streams with the file format.
(Inherited from
PdfDocumentBase
.)
|
|
|
Save(Stream, FileFormat) |
Convert the document to an stream with the file format.
(Inherited from
PdfDocumentBase
.)
|
|
|
Save(String, FileFormat) |
Convert the document to a file with the file format.
(Inherited from
PdfDocumentBase
.)
|
|
|
Save(Int32, Int32, FileFormat) |
Convert the document to streams with the file format.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToDoc(String) |
Save the document to doc as file.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToDoc(Stream, Boolean) |
Save the document to doc as stream[].
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToHtml(Stream) |
Save the document to html stream.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToHtml(String) |
Save the document to html file.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToPcl(Stream) |
Convert pdf document to pcl.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToPcl(String) |
Convert pdf document to pcl.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToPostScript(Stream) |
Convert pdf document to postscript file.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToPostScript(String) |
Convert pdf document to postscript file.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToSVG |
Save the document to svg as stream[].
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToXPS(Stream) |
Save the document to xps as stream.
(Inherited from
PdfDocumentBase
.)
|
|
|
SaveToXPS(String) |
Save the document to xps as file.
(Inherited from
PdfDocumentBase
.)
|
|
|
Split(String) |
Splits a PDF file to many PDF files, each of them consists of one page from the source file.
(Inherited from
PdfDocumentBase
.)
|
|
|
Split(String, Int32) |
Splits a PDF file to many PDF files, each of them consists of
one page from the source file.
(Inherited from
PdfDocumentBase
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
m_pages |
Collection of loaded and created pages.
(Inherited from
PdfDocumentBase
.)
|
|
|
m_sections | (Inherited from PdfDocumentBase .) |
|
|
m_security |
Security properties.
(Inherited from
PdfDocumentBase
.)
|