Creates new APConfig instance with default settings.
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);
APConfig Class | Altsoft.Publisher Namespace