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
Licensing Info
This property is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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.