Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOptionalContentUsageApplication.Event Property

Gets a name defining the situation in which this usage application should be used.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContentUsageApplicationEvent Event { get; }

Property Value

Type Description
DevExpress.Pdf.PdfOptionalContentUsageApplicationEvent

A PdfOptionalContentUsageApplicationEvent enumeration value that defines the situation in which this usage application should be used.

Remarks

A PdfOptionalContentUsageApplicationEvent enumeration returns View, Print, or Export values.

See Also