Show / Hide Table of Contents

Class AnnotStyle.ChangeRichContentEnabledEventArgs

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

Constructors

ChangeRichContentEnabledEventArgs(Boolean)

Declaration
public ChangeRichContentEnabledEventArgs(bool enabled)
Parameters
Type Name Description
System.Boolean enabled

Properties

Enabled

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