Click or drag to resize
Pdftools logo

MarkupInfoContent Property

The information content


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Annotations
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public string Content { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
NotSupportedException[set] if the document is read-only
InvalidOperationException[set] if the annotation has already been appended to a page's list of annotations
See Also