Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.KitFixedDocument
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This class represents a PDF document.
Inheritance Hierarchy
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
The FixedDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FixedDocument(Stream) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(PdfVersion) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(Stream, PdfStandard) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(PdfStandard, PdfVersion) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(ResourceManager, PdfVersion) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(Stream, AuthEventHandler, PdfStandard) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(Stream, String, PdfStandard) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(ResourceManager, PdfStandard, PdfVersion) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(Stream, ResourceManager, AuthEventHandler, PdfStandard) |
Initializes a new instance of the FixedDocument class.
| |
FixedDocument(Stream, ResourceManager, String, PdfStandard) |
Initializes a new instance of the FixedDocument class.
|
Properties
Name | Description | |
---|---|---|
AcroForm |
Gets the contents and properties of a document’s interactive form
| |
ArticleThreads |
Gets the article threads.
| |
AssociatedFiles |
Gets the associated files.
| |
Author |
Gets or sets the document author.
| |
Bookmarks |
Gets the bookmarks.
| |
Collection |
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.
| |
Creator |
Gets the document creator.
| |
IsCompressedStructure |
Gets or sets a value indicating whether it is allowed to use compressed structure.
| |
IsPortfolioDocument |
Gets a value indicating whether this instance is portfolio document.
| |
Keywords |
Gets or sets the document keywords.
| |
LogicalStructure |
Gets the logical structure of the document.
| |
MarkInfo |
Gets the mark information that shall contain information about the document’s usage of tagged PDF conventions.
| |
Names |
Gets the document's names mappings.
| |
Navigator |
Gets the document navigator.
| |
OCProperties |
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.
| |
OpenAction |
Gets or sets the action that shall be performed when the document is opened.
| |
OpenDestination |
Gets or sets the destination that shall be displayed when the document is opened.
| |
PageLabels |
Gets the page labels.
| |
PageLayout |
Gets or sets a value specifying the page layout shall be used when the document is opened.
| |
PageMode |
Gets or sets a value specifying how the document shall be displayed when opened.
| |
Pages |
Gets the pages collection.
| |
PDFALevel |
Gets or sets PDFA Level for the document.
| |
PdfStandard |
Gets a PDF standard to be used during document generation.
| |
PdfVersion |
Gets or sets the PDF version.
| |
Producer |
Gets the document producer.
| |
ResourceManager |
Gets the resource manager.
| |
SecuritySettings |
Gets or sets the privileges.
| |
Subject |
Gets or sets the document subject.
| |
Title |
Gets or sets the document title.
| |
ViewerPreferences |
Gets the viewer preferences.
|
Methods
Name | Description | |
---|---|---|
ApplyFormsDataDocument |
Applies the forms data document.
| |
Dispose | Releases all resources used by the FixedDocument | |
GetMetadata |
Gets the document's metadata.
| |
Save |
Saves the document using incremental update. Appends changes to the source pdf file.
| |
Save(Stream) |
Saves the document into the specified stream.
| |
SetCRL |
Sets the CRL.
| |
SetMetadata(Byte) |
Sets the document metadata.
| |
SetMetadata(Stream) |
Sets the document metadata.
| |
SetOCSP |
Sets the ocsp.
|
See Also