Show / Hide Table of Contents

Class AnnotStyleScaleModificationEventArgs

Inheritance
System.Object
AnnotStyleScaleModificationEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class AnnotStyleScaleModificationEventArgs : EventArgs

Constructors

AnnotStyleScaleModificationEventArgs(PTMeasurementScale)

Declaration
public AnnotStyleScaleModificationEventArgs(PTMeasurementScale ruler)
Parameters
Type Name Description
PTMeasurementScale ruler

Properties

Ruler

Declaration
public PTMeasurementScale Ruler { get; set; }
Property Value
Type Description
PTMeasurementScale
Back to top Generated by DocFX