Show / Hide Table of Contents

Class AnnotStyle.ChangeOverlayTextEventArgs

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

Constructors

ChangeOverlayTextEventArgs(String)

Declaration
public ChangeOverlayTextEventArgs(string overlayText)
Parameters
Type Name Description
System.String overlayText

Properties

OverlayText

Declaration
public string OverlayText { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX