NewMirroredHorizontally Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets whether or not the resized annotation is mirrored horizontally after the resize

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

Syntax

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

See Also