ResizedAnnotation Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the Annotation object that was moved

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

Syntax

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

See Also