IFaxDocument::put_CoverPageType method (faxcomex.h)

The IFaxDocument::get_CoverPageType property is a value from an enumeration that indicates whether a specified cover page template file (.cov) is a server-based cover page file or a local-computer-based cover page file. You can also specify that no file is used.

This property is read/write.

Syntax

HRESULT put_CoverPageType(
  FAX_COVERPAGE_TYPE_ENUM CoverPageType
);

Parameters

CoverPageType

Return value

None

Remarks

By default, IFaxDocument::get_CoverPageType is set to fcptNONE, indicating that no file is used.

Provide the name of the cover page in the IFaxDocument::get_CoverPage property.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDocument

IFaxDocument

Visual Basic Example