Represents a logic to create Pdf document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfNewDocument : PdfDocumentBase
Public Class PdfNewDocument
	Inherits PdfDocumentBase
public ref class PdfNewDocument : public PdfDocumentBase
type PdfNewDocument =  
    class
        inherit PdfDocumentBase
    end

Members

                  
 All Members  Constructors   Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfNewDocument()()()()
Initializes a new instance of the class.
PdfNewDocument(PdfConformanceLevel)
Initializes a new instance of the class.
Attachments
Gets the attachments of the document.
(Overrides PdfDocumentBase..::..Attachments.)
Bookmarks
Gets the root of the bookmark tree in the document.
(Overrides PdfDocumentBase..::..Bookmarks.)
CheckFields(PdfDocumentBase, PdfPageBase, List<(Of <<'(PdfField>)>>)) (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).)
ColorSpace
Gets or sets the color space of the document.
(Overrides PdfDocumentBase..::..ColorSpace.)
CompressionLevel
Gets or sets the desired level of stream compression.
(Inherited from PdfDocumentBase.)
Conformance
Gets or Sets the Pdf Conformance level. Supported : PDF/A-1b - Level B compliance in Part 1
(Overrides PdfDocumentBase..::..Conformance.)
Dispose()()()() (Inherited from PdfDocumentBase.)
DisposeOnClose(IDisposable)
Adds an object to a collection of the objects that will be disposed during document closing.
(Inherited from PdfDocumentBase.)
DocumentInformation
Gets or sets document's information and properties.
(Inherited from PdfDocumentBase.)
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.
(Inherited from PdfDocumentBase.)
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
Gets the interactive form of the document.
(Overrides PdfDocumentBase..::..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.
(Inherited from PdfDocumentBase.)
ImportPage(PdfDocumentBase, Int32)
Imports a page.
(Inherited from PdfDocumentBase.)
ImportPageRange(PdfDocumentBase, Int32, Int32)
Imports a page range from a loaded document.
(Inherited from PdfDocumentBase.)
JavaScripts
Gets the additional document's actions.
(Inherited from PdfDocumentBase.)
m_sections (Inherited from PdfDocumentBase.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MPages (Inherited from PdfDocumentBase.)
OnSaveProgress(ProgressEventArgs)
PageLabel (Overrides PdfDocumentBase..::..PageLabel.)
Pages
Gets the pages.
(Inherited from PdfDocumentBase.)
PageSettings (Inherited from PdfDocumentBase.)
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(Stream, HttpContext)
Saves the document into a HTTP response stream.
(Inherited from PdfDocumentBase.)
Save(String, FileFormat) (Inherited from PdfDocumentBase.)
Save(String, HttpResponse, HttpReadType)
Saves the document into a HTTP response stream.
(Inherited from PdfDocumentBase.)
SaveProgress
Occurs when the document is being saved.
SaveToDoc(String) (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) (Inherited from PdfDocumentBase.)
SaveToPcl(Stream) (Inherited from PdfDocumentBase.)
SaveToPcl(String) (Inherited from PdfDocumentBase.)
SaveToPostScript(Stream) (Inherited from PdfDocumentBase.)
SaveToPostScript(String) (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) (Inherited from PdfDocumentBase.)
Sections (Inherited from PdfDocumentBase.)
Security
Gets the security parameters of the document.
(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.)
Template
Gets or sets a template that is applied to all pages in the document.
(Inherited from PdfDocumentBase.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
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.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf..::..PdfDocumentBase
    Spire.Pdf..::..PdfNewDocument

See Also