Show / Hide Table of Contents

Class AnnotStyle.ChangeRulerPropertyEventArgs

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

Constructors

ChangeRulerPropertyEventArgs(RulerItem)

Declaration
public ChangeRulerPropertyEventArgs(RulerItem rulerItem)
Parameters
Type Name Description
RulerItem rulerItem

Properties

RulerItem

Declaration
public RulerItem RulerItem { get; }
Property Value
Type Description
RulerItem
In This Article
Back to top Generated by DocFX