Xfinium.Pdf Namespace : PdfFixedDocument Class |
The following tables list the members exposed by PdfFixedDocument.
Name | Description | |
---|---|---|
![]() | PdfFixedDocument Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AfterPrintAction | Gets or sets the javascript action to execute after the document is printed. |
![]() | AfterSaveAction | Gets or sets the javascript action to execute after the document is saved. |
![]() | BeforeCloseAction | Gets or sets the javascript action to execute before the document is closed. |
![]() | BeforePrintAction | Gets or sets the javascript action to execute before the document is printed. |
![]() | BeforeSaveAction | Gets or sets the javascript action to execute before the document is saved. |
![]() | CosDictionary | Gets the COS dictionary asssociated with this object. (Inherited from Xfinium.Pdf.PdfDocument) |
![]() | DisplayMode | Gets or sets how the document should be displayed when opened in the viewer. |
![]() | DocumentInformation | Gets or sets the document information. |
![]() | FileAttachments | Gets the list of file attachments embedded in this document. |
![]() | Form | Gets the Pdf form included in the document. |
![]() | ID | Gets the document ID. (Inherited from Xfinium.Pdf.PdfDocument) |
![]() | JavaScriptBlocks | Gets the JavaScript source code blocks. |
![]() | NamedDestinations | Gets the list of named destination included in the document. |
![]() | OpenAction | Gets or sets the action to execute when the document is opened. |
![]() | OptionalContentProperties | Gets the optional content properties for this document. |
![]() | Outline | Gets the document outline. |
![]() | OutputIntents | Gets or sets the collection of output intents. |
![]() | PageLabelingRanges | Gets the list of page labeling ranges in the Pdf document. |
![]() | PageLayout | Gets or sets the document's page layout specifying how the pages should be displayed when opened. |
![]() | Pages | Gets the list of pages in the document; |
![]() | PdfVersion | Gets or sets the Pdf version of this PdfDocument object. |
![]() | SecurityHandler | Gets the document security handler. (Inherited from Xfinium.Pdf.PdfDocument) |
![]() | VersionExtension | Gets or sets the version extension. |
![]() | ViewerPreferences | Gets or sets the document's viewer preferences. |
![]() | XmpMetadata | Gets or sets the XMP document metadata. |
Name | Description | |
---|---|---|
![]() | AppendFile | Appends a Pdf file at the end of the document. |
![]() | BeginSave | Overloaded. Initializes a save procedure for the Pdf file. |
![]() | EndSave | Finishes the save procedure initiated by BeginSave(Stream) method. |
![]() | GetCosObjectByNumber | Gets the specified COS object. |
![]() | GetCosObjectCount | Gets the total number of COS objects in the document. |
![]() | InsertFile | Inserts a Pdf file in the document. |
![]() | Save | Overloaded. Overridden. Saves the Pdf document to the specified stream. |