Xfinium.Pdf.FlowDocument Namespace : PdfFlowDocument Class |
The following tables list the members exposed by PdfFlowDocument.
Name | Description | |
---|---|---|
![]() | PdfFlowDocument 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. |
![]() | HeadersFooters | Gets the document headers and footers. |
![]() | ID | Gets the document ID. (Inherited from Xfinium.Pdf.PdfDocument) |
![]() | JavaScriptBlocks | Gets the JavaScript source code blocks. |
![]() | OpenAction | Gets or sets the action to execute when the document is opened. |
![]() | 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. |
![]() | PdfVersion | Gets or sets the Pdf version of this Xfinium.Pdf.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 | |
---|---|---|
![]() | AddContent | Adds new content to the document. |
![]() | CloseCurrentPage | Closes the current page no matter how much content has been added to it. Next content added to document will start on a new page. |
![]() | GenerateTableOfContents | Overloaded. Generates the document's table of contents. |
![]() | GetAvailableSpace | Gets the available space on current page. |
![]() | GetFixedDocument | Converts the flow document to a fixed document and returns it. |
![]() | Save | Overloaded. Overridden. Saves the Pdf document to the specified stream. |
![]() | StartNewPage | Starts a new page no matter how much content has been added to current page. |
Name | Description | |
---|---|---|
![]() | AfterContentDraw | Gets or sets the event that is fired after a flow content object is drawn on the page. |
![]() | BeforeContentDraw | Gets or sets the event that is fired before a flow content object is drawn on the page. |
![]() | PageCompleted | Gets or sets the event that is fired when a page has been completed and it can be closed for adding content. |
![]() | PageCreated | Gets or sets the event that is fired when a new page has been created. |