NoZoom Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets if this annotation scales with the page.

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

Syntax

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

See Also