MirroredHorizontally Property

PDFTron SilverDox SDK

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

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

Syntax

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

Remarks

This happens for example when an annotation is resized such that what was its right hand side is now its left hand side.

See Also