DocumentAssembler Class |
Namespace: GroupDocs.Assembly
The DocumentAssembler type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentAssembler |
Initializes a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | BarcodeSettings |
Gets a set of settings controlling barcode generation while assembling a document.
|
![]() | KnownTypes |
Gets an unordered set (that is, a collection of unique items) containing Type objects
which fully or partially qualified names can be used within document templates processed by this
assembler instance to invoke the corresponding types' static members, perform type casts, etc.
|
![]() | Options |
Gets or sets a set of flags controlling behavior of this DocumentAssembler instance
while assembling a document.
|
![]() ![]() | UseReflectionOptimization |
Gets or sets a value indicating whether invocations of custom type members performed via reflection API are
optimized using dynamic class generation or not. The default value is true.
|
Name | Description | |
---|---|---|
![]() | AssembleDocument(Stream, Stream, DataSourceInfo) |
Loads a template document from the specified source stream, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target stream using default
LoadSaveOptions.
|
![]() | AssembleDocument(String, String, DataSourceInfo) |
Loads a template document from the specified source path, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target path using default
LoadSaveOptions.
|
![]() | AssembleDocument(Stream, Stream, LoadSaveOptions, DataSourceInfo) |
Loads a template document from the specified source stream, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target stream using the given
LoadSaveOptions.
|
![]() | AssembleDocument(String, String, LoadSaveOptions, DataSourceInfo) |
Loads a template document from the specified source path, populates the template document with data from
the specified single or multiple sources, and stores the result document to the target path using the given
LoadSaveOptions.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |