Show / Hide Table of Contents

Class AnnotStyle.ChangeAnnotFontEventArgs

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

Constructors

ChangeAnnotFontEventArgs(FontResource)

Declaration
public ChangeAnnotFontEventArgs(FontResource font)
Parameters
Type Name Description
FontResource font

Properties

Font

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