Show / Hide Table of Contents

Class AnnotStyle.ChangeSnappingEventArgs

Inheritance
System.Object
AnnotStyle.ChangeSnappingEventArgs
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class ChangeSnappingEventArgs : EventArgs

Constructors

ChangeSnappingEventArgs(Boolean)

Declaration
public ChangeSnappingEventArgs(bool snap)
Parameters
Type Name Description
System.Boolean snap

Properties

Snap

Declaration
public bool Snap { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX