Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfSignature.AnnotationFlags Property

Gets or sets the signature’s characteristics.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAnnotationFlags AnnotationFlags { get; set; }

Property Value

Type Description
PdfAnnotationFlags

A set of annotation flags.

See Also