AssembleDocumentSettings Constructor
Overload List

  Name Description
Public method AssembleDocumentSettings 
Creates a new copy of the default assembly settings. Override the built-in defaults with your preferred defaults by adding appropriate settings to the appSettings section of your web.config file.
Public method AssembleDocumentSettings(AssembleDocumentSettings)
Copy constructor -- this constructor is invoked to make a new copy of the (static) Default AssembleDocumentSettings (as originally read from web.config).
Back to Top
See Also