Click or drag to resize

BaseAnnotationDocumentRevision Property

Gets the revision of the document in which this widget was found.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int DocumentRevision { get; }

Property Value

Type: Int32
The revision of the document in which this widget was found.
Remarks
A widget may be placed in any revision that is allowed by the document and it may be replaced in any subsequent revision. Typically this is used to identify which annotations should have been marked read only when a document is signed.
See Also