Skip to main content

PdfOptionalContentUsageApplication.Event Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.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