DefaultAnnotation Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The DefaultAnnotation is of the same type of annotation as that created by AnnotationCreator, and can be used as a reference when setting the initial property values of the new annotation.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public Annotation DefaultAnnotation { get; set; }
Visual Basic
Public Property DefaultAnnotation As Annotation
	Get
	Set
Visual C++
public:
property Annotation^ DefaultAnnotation {
	Annotation^ get ();
	void set (Annotation^ value);
}

Remarks

For example, if an annotation has a property "Color", then when it is created the constructor can set "Color" to the same value as that of DefaultAnnotation.

See Also