Skip to main content

PdfAnnotation.OptionalContent Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContent OptionalContent { get; }

Property Value

Type Description
PdfOptionalContent

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

See Also