MirroredVertically Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
True if the annotation has been mirrored vertically.

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

Syntax

C#
public bool MirroredVertically { get; set; }
Visual Basic
Public Property MirroredVertically As Boolean
	Get
	Set
Visual C++
public:
property bool MirroredVertically {
	bool get ();
	void set (bool value);
}

Remarks

This happens for example when an annotation is resized such that what was its top is now its bottom.

See Also