DCPConfiguration Constructor (InputSource)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a DCPConfiguration object from an InputSource.

Namespace: DeltaXML.CoreS9Api
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public DCPConfiguration(
	InputSource source
)

Parameters

source
Type: DeltaXML.CoreS9Api InputSource
The source containing the DCP description in its XML format.
Exceptions

ExceptionCondition
com.deltaxml.cores9api StaticPDFormatExceptionThrown if the DCP source is either not well-formed or not valid.
Remarks

An input source can be constructed from a Stream, TextReader, or BaseUri.
See Also