XFINIUM.PDF Documentation
PdfFlowDocument Class Members
Properties  Methods  Events

The following tables list the members exposed by PdfFlowDocument.

Public Constructors
 NameDescription
Public ConstructorPdfFlowDocument ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAfterPrintAction Gets or sets the javascript action to execute after the document is printed.  
Public PropertyAfterSaveAction Gets or sets the javascript action to execute after the document is saved.  
Public PropertyBeforeCloseAction Gets or sets the javascript action to execute before the document is closed.  
Public PropertyBeforePrintAction Gets or sets the javascript action to execute before the document is printed.  
Public PropertyBeforeSaveAction Gets or sets the javascript action to execute before the document is saved.  
Public PropertyCosDictionary Gets the COS dictionary asssociated with this object. (Inherited from Xfinium.Pdf.PdfDocument)
Public PropertyDisplayMode Gets or sets how the document should be displayed when opened in the viewer.  
Public PropertyDocumentInformation Gets or sets the document information.  
Public PropertyFileAttachments Gets the list of file attachments embedded in this document.  
Public PropertyHeadersFooters Gets the document headers and footers.  
Public PropertyID Gets the document ID. (Inherited from Xfinium.Pdf.PdfDocument)
Public PropertyJavaScriptBlocks Gets the JavaScript source code blocks.  
Public PropertyOpenAction Gets or sets the action to execute when the document is opened.  
Public PropertyOutline Gets the document outline.  
Public PropertyOutputIntents Gets or sets the collection of output intents.  
Public PropertyPageLabelingRanges Gets the list of page labeling ranges in the Pdf document.  
Public PropertyPageLayout Gets or sets the document's page layout specifying how the pages should be displayed when opened.  
Public PropertyPdfVersionGets or sets the Pdf version of this Xfinium.Pdf.PdfDocument object.  
Public PropertySecurityHandler Gets the document security handler. (Inherited from Xfinium.Pdf.PdfDocument)
Public PropertyVersionExtension Gets or sets the version extension.  
Public PropertyViewerPreferences Gets or sets the document's viewer preferences.  
Public PropertyXmpMetadata Gets or sets the XMP document metadata.  
Top
Public Methods
 NameDescription
Public MethodAddContent Adds new content to the document.  
Public MethodCloseCurrentPage 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.  
Public MethodGenerateTableOfContentsOverloaded.  Generates the document's table of contents.  
Public MethodGetAvailableSpace Gets the available space on current page.  
Public MethodGetFixedDocument Converts the flow document to a fixed document and returns it.  
Public MethodSaveOverloaded. Overridden.  Saves the Pdf document to the specified stream.  
Public MethodStartNewPage Starts a new page no matter how much content has been added to current page.  
Top
Public Events
 NameDescription
Public EventAfterContentDraw Gets or sets the event that is fired after a flow content object is drawn on the page.  
Public EventBeforeContentDraw Gets or sets the event that is fired before a flow content object is drawn on the page.  
Public EventPageCompleted Gets or sets the event that is fired when a page has been completed and it can be closed for adding content.  
Public EventPageCreated Gets or sets the event that is fired when a new page has been created.  
Top
See Also

Reference

PdfFlowDocument Class
Xfinium.Pdf.FlowDocument Namespace

Send Feedback