FaxOptions.CoverPage Property

Gets or sets the FaxCoverPage object that represents the cover page for the fax document.

public FaxCoverPage CoverPage { get; set; }
Public Property CoverPage As FaxCoverPage

Property Value

FaxCoverPage

Licensing Info

This property is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

Remarks

If this value is null (Nothing in VB), no cover page will be added. To add a cover page, create a LocalCoverPage or ServerCoverPage object and set it to this property. See the appropriate classes for an example.

See Also

FaxOptions
ceTe.DynamicPDF.Printing

In this topic