Interface IPTRichTextAnnotationProperties
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public interface IPTRichTextAnnotationProperties
Properties
Font
Declaration
UIFont Font { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIFont |
FontSize
Declaration
NFloat FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.InteropServices.NFloat |
TextColor
Declaration
UIColor TextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor |