Skip to main content
A newer version of this page is available. .

PdfAnnotation.OptionalContent Property

Gets the optional content specifying the optional content properties for the annotation.

Namespace: DevExpress.Pdf

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

Declaration

public PdfOptionalContent OptionalContent { get; }

Property Value

Type Description
PdfOptionalContent

A PdfOptionalContent object that is the optional content for the annotation.

See Also