Altsoft Xml2PDF Server Library

APConfig.Create Method

Creates new APConfig instance with default settings.

Overload List

Creates new APConfig instance with default settings.

public static APConfig Create();

Creates new APConfig instance using settings stored in the given stream.

public static APConfig Create(Stream);

Creates new APConfig instance using settings stored in the given file.

public static APConfig Create(string);

See Also

APConfig Class | Altsoft.Publisher Namespace