AssembledDocument() | Creates an instance of the AssembledDocument class with an empty list of pages and an empty ResultClassName property. |
AssembledDocument(string ClassName) | Creates an instance of the AssembledDocument class with an empty list of pages. Assigns the ClassName value to the ResultClassName property of the instance. |
AssembledDocument(SourcePage page) | Creates an instance of the AssembledDocument class with an empty ResultClassName property and a list of pages containing a single page passed as an argument. |
AssembledDocument(SourcePage[] pages) | Creates an instance of the AssembledDocument class with an empty ResultClassName property and a list of pages passed as an argument. |
AssembledDocument(string resultClassName, SourcePage[] pages) | Creates an instance of the AssembledDocument class with a list of pages passed as an argument. Assigns the ClassName value to the ResultClassName property of the instance. |