OldMirroredHorizontally Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets whether or not the resized annotation was mirrored horizontally before the resize

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

Syntax

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

See Also