API Reference

Delegate

PdfTextHyphenationCallback

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base MulticastDelegate
Implements
ICloneable ISerializable
Modifiers sealed

Supplies preferred UTF-16 break positions for a single unspaced text token during generated PDF text wrapping.

Inheritance

  • MulticastDelegate
  • PdfTextHyphenationCallback

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfTextHyphenationCallback(Object object, IntPtr method) #

Parameters

object Object requiredposition: 0
method IntPtr requiredposition: 1

Methods

public virtual IAsyncResult BeginInvoke(String token, AsyncCallback callback, Object object) #
Returns: IAsyncResult

Parameters

token String requiredposition: 0
callback AsyncCallback requiredposition: 1
object Object requiredposition: 2
public virtual IReadOnlyList<Int32> EndInvoke(IAsyncResult result) #
Returns: IReadOnlyList<Int32>

Parameters

result IAsyncResult requiredposition: 0
public virtual IReadOnlyList<Int32> Invoke(String token) #
Returns: IReadOnlyList<Int32>

Parameters

token String requiredposition: 0