FixedDocument Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a PDF document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.KitFixedDocument

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class FixedDocument : IDisposable

The FixedDocument type exposes the following members.

Constructors

  NameDescription
Public methodFixedDocument(Stream)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(PdfVersion)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(Stream, PdfStandard)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(PdfStandard, PdfVersion)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(ResourceManager, PdfVersion)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(Stream, AuthEventHandler, PdfStandard)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(Stream, String, PdfStandard)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(ResourceManager, PdfStandard, PdfVersion)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(Stream, ResourceManager, AuthEventHandler, PdfStandard)
Initializes a new instance of the FixedDocument class.
Public methodFixedDocument(Stream, ResourceManager, String, PdfStandard)
Initializes a new instance of the FixedDocument class.
Top
Properties

  NameDescription
Public propertyAcroForm
Gets the contents and properties of a document’s interactive form
Public propertyArticleThreads
Gets the article threads.
Public propertyAssociatedFiles
Gets the associated files.
Public propertyAuthor
Gets or sets the document author.
Public propertyBookmarks
Gets the bookmarks.
Public propertyCollection
Gets or sets the portable collection that an interactive PDF processor shall use to enhance the presentation of file attachments stored in the PDF document. (PDF 2.0) For unencrypted wrapper documents for an encrypted payload document the Collection is required and shall identify the encrypted payload as the default document (as indicated by the InitialDocument entry) of the collection and shall further specify that the collection View should be initially Hidden.
Public propertyCreator
Gets the document creator.
Public propertyIsCompressedStructure
Gets or sets a value indicating whether it is allowed to use compressed structure.
Public propertyIsPortfolioDocument
Gets a value indicating whether this instance is portfolio document.
Public propertyKeywords
Gets or sets the document keywords.
Public propertyLogicalStructure
Gets the logical structure of the document.
Public propertyMarkInfo
Gets the mark information that shall contain information about the document’s usage of tagged PDF conventions.
Public propertyNames
Gets the document's names mappings.
Public propertyNavigator
Gets the document navigator.
Public propertyOCProperties
Gets or sets the OptionalContentProperties. The OCProperties property in the document shall contain, when present, the optional content properties instance, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. This property shall be present if the file contains any optional content.
Public propertyOpenAction
Gets or sets the action that shall be performed when the document is opened.
Public propertyOpenDestination
Gets or sets the destination that shall be displayed when the document is opened.
Public propertyPageLabels
Gets the page labels.
Public propertyPageLayout
Gets or sets a value specifying the page layout shall be used when the document is opened.
Public propertyPageMode
Gets or sets a value specifying how the document shall be displayed when opened.
Public propertyPages
Gets the pages collection.
Public propertyPDFALevel
Gets or sets PDFA Level for the document.
Public propertyPdfStandard
Gets a PDF standard to be used during document generation.
Public propertyPdfVersion
Gets or sets the PDF version.
Public propertyProducer
Gets the document producer.
Public propertyResourceManager
Gets the resource manager.
Public propertySecuritySettings
Gets or sets the privileges.
Public propertySubject
Gets or sets the document subject.
Public propertyTitle
Gets or sets the document title.
Public propertyViewerPreferences
Gets the viewer preferences.
Top
Methods

  NameDescription
Public methodApplyFormsDataDocument
Applies the forms data document.
Public methodDispose
Releases all resources used by the FixedDocument
Public methodGetMetadata
Gets the document's metadata.
Public methodSave
Saves the document using incremental update. Appends changes to the source pdf file.
Public methodSave(Stream)
Saves the document into the specified stream.
Public methodSetCRL
Sets the CRL.
Public methodSetMetadata(Byte)
Sets the document metadata.
Public methodSetMetadata(Stream)
Sets the document metadata.
Public methodSetOCSP
Sets the ocsp.
Top
See Also

Reference