Table of Contents

Property Author

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Author

Gets or sets the author specified for this PdfPolylineAnnotation.

public string? Author { get; set; }

Property Value

string

The identifier of the person who created this annotation of type PdfPolylineAnnotation.

Remarks

The author specified for this PdfPolylineAnnotation is displayed in the title bar of the annotation's pop-up window when the window is open and active.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.