Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotTextSizeEventArgs

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

Constructors

ChangeAnnotTextSizeEventArgs(Single, Boolean)

Declaration
public ChangeAnnotTextSizeEventArgs(float textSize, bool done)
Parameters
Type Name Description
System.Single textSize
System.Boolean done

Properties

Done

Declaration
public bool Done { get; }
Property Value
Type Description
System.Boolean

TextSize

Declaration
public float TextSize { get; }
Property Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX